Offer explicit disable option
authorJoel Johnson <mrjoel@lixil.net>
Thu, 26 Dec 2013 18:20:24 +0000 (11:20 -0700)
committerJoel Johnson <mrjoel@lixil.net>
Thu, 26 Dec 2013 19:37:23 +0000 (12:37 -0700)
Use an explicit disable property, but still default it to test state

src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java

index f09cbd6..5cca01e 100644 (file)
@@ -178,7 +178,7 @@ public class Hbm2DdlMojo extends AbstractMojo
    * The excecution is skipped automatically, if no modified or newly added
    * annotated classes are found and the dialect was not changed.
    *
-   * @parameter property="maven.test.skip" default-value="false"
+   * @parameter property="hibernate.skip" default-value="${maven.test.skip}"
    * @since 1.0
    */
   private boolean skip;