diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-03 08:18:57 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-03 08:18:57 +0200 |
commit | f16721c64008697a5b37c002f3b201d15e556c7a (patch) | |
tree | 6b8d87dd6e709f256f487870f2232ccbe7239cb3 /src/it/executable | |
parent | 4ba4c1e4029bbfd271d362413f4f4b874853763b (diff) | |
download | maven-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 'src/it/executable')
-rw-r--r-- | src/it/executable/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/it/executable/pom.xml b/src/it/executable/pom.xml index 00bf1c8..98b664e 100644 --- a/src/it/executable/pom.xml +++ b/src/it/executable/pom.xml @@ -39,9 +39,11 @@ under the License. </description> <url>http://maven.apache.org/</url> +<!-- <properties> <maven.test.skip>true</maven.test.skip> </properties> +--> <build> <defaultGoal>integration-test</defaultGoal> @@ -58,6 +60,12 @@ under the License. </libraries> </configuration> </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> </project> |