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.
benerator:bundle: Copies all project dependencies to the benerator installation's lib directory.
Usage
use the command mvn <goal> for invoking benerator from the command line, e.g. for calling the benerator:generate goal:
mvn benerator:generate
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.
benerator:bundle
Copies all project dependencies to the benerator installation's lib directory


