Goals available for this plugin
benerator:createxml: Creates XML files from an XML Schema file, supporting XML Schema annotations for generation setup.
benerator:dbsnapshot: Creates a database snapshot in DbUnit data file format.
benerator:generate: Executes benerator using the specified descriptor file. Invoked by mvn benerator:generate.
Usage
You could run 'mvn -up' to get the latest version of this plugin, or specify the version in your project's plugin configuration:
<project>
...
<build>
<!-- To define the plugin version in your parent POM -->
<pluginManagement>
<plugins>
<plugin>
<groupId>org.databene</groupId>
<artifactId>maven-benerator-plugin</artifactId>
<version>0.5.4</version>
</plugin>
...
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>org.databene</groupId>
<artifactId>maven-benerator-plugin</artifactId>
<version>0.5.4</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"





