diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-15 22:29:21 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-15 22:29:21 +0200 |
commit | 8108d2e0c15c232347ece07aeac707bfe91b5ce1 (patch) | |
tree | 4d67684747c0ba932a6f88cb766d28d4ee5d2f75 /src/it/it0005-jni-static | |
parent | da27e51af9158ad3a4467fdbd1aa8bde1686a2e7 (diff) | |
download | maven-nar-plugin-8108d2e0c15c232347ece07aeac707bfe91b5ce1.tar.gz maven-nar-plugin-8108d2e0c15c232347ece07aeac707bfe91b5ce1.tar.bz2 maven-nar-plugin-8108d2e0c15c232347ece07aeac707bfe91b5ce1.tar.xz maven-nar-plugin-8108d2e0c15c232347ece07aeac707bfe91b5ce1.zip |
Fixed NAR-39
Diffstat (limited to 'src/it/it0005-jni-static')
-rw-r--r-- | src/it/it0005-jni-static/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/it/it0005-jni-static/pom.xml b/src/it/it0005-jni-static/pom.xml index 4c14526..ca72ed0 100644 --- a/src/it/it0005-jni-static/pom.xml +++ b/src/it/it0005-jni-static/pom.xml @@ -40,7 +40,7 @@ under the License. <url>http://maven.apache.org/</url> <properties> - <maven.test.skip.exec>true</maven.test.skip.exec> + <skipTests>true</skipTests> </properties> <build> |