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 9e3c9ef..a0a92d9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
           <postBuildHookScript>verify</postBuildHookScript>
           <addTestClassPath>true</addTestClassPath>
           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
           <postBuildHookScript>verify</postBuildHookScript>
           <addTestClassPath>true</addTestClassPath>
+          <skipInvocation>${maven.test.skip}</skipInvocation>
         </configuration>
         <executions>
           <execution>
         </configuration>
         <executions>
           <execution>