Corrected the description of the three golas create/update/drop
[hibernate4-maven-plugin] / src / main / java / de / juplo / plugins / hibernate / UpdateMojo.java
index 91d978c..c5237bd 100644 (file)
@@ -27,8 +27,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 update the database-schema according to the
+ * configured mappings.
  *
  * @goal update
  * @phase process-classes