Integration-Tests are skiped, if "maven.test.skip" is set to true
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index b536886..a0a92d9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <artifactId>hibernate4-maven-plugin</artifactId>
   <name>Hibernate 4 Maven Plugin</name>
   <description>Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations</description>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <url>http://juplo.de/hibernate4-maven-plugin</url>
 
           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
           <postBuildHookScript>verify</postBuildHookScript>
           <addTestClassPath>true</addTestClassPath>
+          <skipInvocation>${maven.test.skip}</skipInvocation>
         </configuration>
         <executions>
           <execution>