Skipping of the excecution is noted in the log-messages now
authorKai Moritz <kai@coolibri.de>
Thu, 29 Nov 2012 11:03:00 +0000 (12:03 +0100)
committerKai Moritz <kai@coolibri.de>
Tue, 11 Dec 2012 20:56:25 +0000 (21:56 +0100)
src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java

index 7c5cc34..f016459 100644 (file)
@@ -185,7 +185,10 @@ public class Hbm2DdlMojo extends AbstractMojo
       MojoExecutionException
   {
     if (skip)
+    {
+      getLog().info("Exectuion of hibernate4-maven-plugin:export was skipped!");
       return;
+    }
 
     File dir = new File(outputDirectory);
     if (!dir.exists())