summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a752945..ee721d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,11 +131,18 @@
<artifactId>maven-invoker-plugin</artifactId>
<version>1.4</version>
<configuration>
- <debug>true</debug>
+ <debug>false</debug>
+ <!-- FAILS to run, see ReleaseNotes
+ <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+ -->
<pomExcludes>
<pomExclude>it-parent/**</pomExclude>
</pomExcludes>
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
+ <goals>
+ <goal>clean</goal>
+ <goal>integration-test</goal>
+ </goals>
</configuration>
<executions>
<execution>