Corrected the description of the three golas create/update/drop
[hibernate4-maven-plugin] / src / main / java / de / juplo / plugins / hibernate / DropMojo.java
index dd40387..4037cff 100644 (file)
@@ -30,8 +30,8 @@ import org.hibernate.tool.schema.spi.TargetDescriptor;
 
 
 /**
 
 
 /**
- * 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 drop
  * @phase process-classes