Integration-Tests are skiped, if "maven.test.skip" is set to true
authorKai Moritz <kai@juplo.de>
Wed, 21 Oct 2015 10:18:29 +0000 (12:18 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 16 Dec 2015 11:39:02 +0000 (12:39 +0100)
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>
+          <skipInvocation>${maven.test.skip}</skipInvocation>
         </configuration>
         <executions>
           <execution>