summaryrefslogtreecommitdiff
path: root/src/it/it0012-jni-dep-lib-static
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 23:06:19 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 23:06:19 +0200
commit5da2fa5e95ec3361eba2bfcde46ee9f910576d7b (patch)
tree16792728fbaaf37c05834e1fc2781df6a5a6391a /src/it/it0012-jni-dep-lib-static
parentda16a58bf5417e2ae90a3aebf47c8c357ea7d030 (diff)
downloadmaven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.tar.gz
maven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.tar.bz2
maven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.tar.xz
maven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.zip
Fixed NAR-39
Diffstat (limited to 'src/it/it0012-jni-dep-lib-static')
-rw-r--r--src/it/it0012-jni-dep-lib-static/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/it/it0012-jni-dep-lib-static/pom.xml b/src/it/it0012-jni-dep-lib-static/pom.xml
index d63def0..e09f463 100644
--- a/src/it/it0012-jni-dep-lib-static/pom.xml
+++ b/src/it/it0012-jni-dep-lib-static/pom.xml
@@ -38,6 +38,10 @@ under the License.
JNI
</description>
+ <properties>
+ <maven.test.skip.exec>true</maven.test.skip.exec>
+ </properties>
+
<build>
<defaultGoal>integration-test</defaultGoal>
<plugins>
@@ -54,12 +58,6 @@ under the License.
</libraries>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>