X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fde%2Fjuplo%2Fplugins%2Fhibernate%2FDropMojo.java;h=4037cff35f594a6eba481104f9c081efda6782dc;hp=dd40387c9ff918cd180d66ac3b2176c01cae0ec6;hb=d7a81e54bda02c6ea5b08410c7de8eb8e24a192e;hpb=9ef60a3f37e89f8a2417e340ef6c6b4a11e6013e diff --git a/src/main/java/de/juplo/plugins/hibernate/DropMojo.java b/src/main/java/de/juplo/plugins/hibernate/DropMojo.java index dd40387c..4037cff3 100644 --- a/src/main/java/de/juplo/plugins/hibernate/DropMojo.java +++ b/src/main/java/de/juplo/plugins/hibernate/DropMojo.java @@ -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