summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-03 08:18:57 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-03 08:18:57 +0200
commitf16721c64008697a5b37c002f3b201d15e556c7a (patch)
tree6b8d87dd6e709f256f487870f2232ccbe7239cb3 /pom.xml
parent4ba4c1e4029bbfd271d362413f4f4b874853763b (diff)
downloadmaven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.tar.gz
maven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.tar.bz2
maven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.tar.xz
maven-nar-plugin-f16721c64008697a5b37c002f3b201d15e556c7a.zip
Added jni test; changed goals for running run-its tests
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>