/**
- * Goal which extracts the hibernate-mapping-configuration and
- * exports an according SQL-database-schema.
+ * Generate/Execute SQL to create a database-schema that represents the
+ * configured mappings.
*
* @goal create
* @phase process-classes
/**
- * Goal which extracts the hibernate-mapping-configuration and
- * exports an according SQL-database-schema.
+ * Generate/Execute SQL to drop all tables of a database-schema that represents
+ * the configured mappings.
*
* @goal drop
* @phase process-classes
/**
- * Goal which extracts the hibernate-mapping-configuration and
- * exports an according SQL-database-schema.
+ * Generate/Execute SQL to update the database-schema according to the
+ * configured mappings.
*
* @goal update
* @phase process-classes