Plugin documentation

Goals available:

Goal Description
jpox:enhance No description
jpox:schema-create Generates the Schema from the JDO mappings and the enhanced class files.
jpox:schema-dbinfo Provides detailed information about the database - limits and datatypes support.

Currently this seems to be printing out the information for each of available database datatypes twice.

jpox:schema-delete Deletes all database tables required for a set of JDO MetaData files (and enhanced classes) from the database schema.
jpox:schema-info Provides a detailed information about the database schema.

The output is written to console/terminal.

jpox:schema-validate Validates all database tables required for a set of JDO MetaData files (and classes) for correct structure.

The output is written to console/terminal.