| Goal | +Description | +
| torque | ++ Calls the torque:sql and torque:om goals + | +
| torque:sql | ++ Generates the SQL for your project + | +
| torque:om | ++ Generate the Peer-based object model from *-schema.xml files + | +
| torque:datadtd | ++ Generates the DATA DTD for your project + | +
| torque:datadump | ++ Dump data from database into xml file + | +
| torque:datasql | ++ Generates sql from data xml + | +
| torque:create-db | ++ Creates your database from you XML schema file. Warning: This + goal will drop all tables and recreate them. Any existing data + will be lost! + | +
| torque:doc | ++ Generates an HTML document from your XMl schema file. + | +
| torque:jdbc | ++ Creates an XML schema file by reverse engineering your database. + | +
| torque:insert-sql | ++ Inserts the generated sql + | +
| torque:id-table-init-sql | ++ Generates initialization sql for ID Broker + | +
| torque:om-zip | ++ Moves source om files to separate jar and out of + the source tree + | +
| torque:sql2xml | ++ Create an xml schema from an sql schema + | +
| torque:ojb | ++ Generates the repository and om for ojb (experimental) + | +
+ This plugin provides easy intergration with + Torque for your project. This replaces using + the build-torque.xml ant script that previously provided the same + functionality. +
++ By default, the templates used for code generation are found in + the torque-gen jar file. You can override this behavior by + setting the appropriate property. +
++ For more information on the functionality provided by this plugin + see the Goals document. The various + properties used to configure the plugin are documented in the + Properties document. +
++ All of the settings used by the plugin are documented in the + Properties Reference + for Torque. +
++ You can also view the default settings for each of the properties + by looking at plugin.properties in your + MAVEN_HOME/plugins/maven-torque-plugin directory. Do not modify + this file! All settings can be overridden in you project.properties + or build.properties file. +
+