From: Joel Johnson Date: Thu, 26 Dec 2013 18:20:24 +0000 (-0700) Subject: Offer explicit disable option X-Git-Tag: hibernate4-maven-plugin-1.0.4~21 X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=ba2e48a347a839be63cbce4b7ca2469a600748c6 Offer explicit disable option Use an explicit disable property, but still default it to test state --- diff --git a/src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java b/src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java index f09cbd67..5cca01eb 100644 --- a/src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java +++ b/src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java @@ -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;