summaryrefslogtreecommitdiff
path: root/src/it
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-15 22:29:21 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-15 22:29:21 +0200
commit8108d2e0c15c232347ece07aeac707bfe91b5ce1 (patch)
tree4d67684747c0ba932a6f88cb766d28d4ee5d2f75 /src/it
parentda27e51af9158ad3a4467fdbd1aa8bde1686a2e7 (diff)
downloadmaven-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')
-rw-r--r--src/it/it-parent/pom.xml8
-rw-r--r--src/it/it0001-executable/pom.xml2
-rw-r--r--src/it/it0002-executable-static/pom.xml2
-rw-r--r--src/it/it0003-jni/pom.xml2
-rw-r--r--src/it/it0004-java-dep-jni/pom.xml2
-rw-r--r--src/it/it0005-jni-static/pom.xml2
-rw-r--r--src/it/it0006-jni-3rdparty/pom.xml2
-rw-r--r--src/it/it0007-lib-shared/pom.xml2
-rw-r--r--src/it/it0008-executable-dep-lib-shared/pom.xml2
-rw-r--r--src/it/it0009-jni-dep-lib-shared/pom.xml2
-rw-r--r--src/it/it0010-lib-static/pom.xml2
-rw-r--r--src/it/it0011-executable-dep-lib-static/pom.xml2
-rw-r--r--src/it/it0012-jni-dep-lib-static/pom.xml2
13 files changed, 20 insertions, 12 deletions
diff --git a/src/it/it-parent/pom.xml b/src/it/it-parent/pom.xml
index c6fe072..95590f0 100644
--- a/src/it/it-parent/pom.xml
+++ b/src/it/it-parent/pom.xml
@@ -58,6 +58,14 @@ under the License.
</pluginRepositories>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-nar-plugin</artifactId>
+ <version>2.1-SNAPSHOT</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/src/it/it0001-executable/pom.xml b/src/it/it0001-executable/pom.xml
index d938b5d..312b13f 100644
--- a/src/it/it0001-executable/pom.xml
+++ b/src/it/it0001-executable/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>
diff --git a/src/it/it0002-executable-static/pom.xml b/src/it/it0002-executable-static/pom.xml
index 9a22bae..7c49baf 100644
--- a/src/it/it0002-executable-static/pom.xml
+++ b/src/it/it0002-executable-static/pom.xml
@@ -39,7 +39,7 @@ under the License.
</description>
<properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
+ <skipTests>true</skipTests>
</properties>
<build>
diff --git a/src/it/it0003-jni/pom.xml b/src/it/it0003-jni/pom.xml
index 6941f3d..e5086d5 100644
--- a/src/it/it0003-jni/pom.xml
+++ b/src/it/it0003-jni/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>
diff --git a/src/it/it0004-java-dep-jni/pom.xml b/src/it/it0004-java-dep-jni/pom.xml
index 97d0e55..4f013fd 100644
--- a/src/it/it0004-java-dep-jni/pom.xml
+++ b/src/it/it0004-java-dep-jni/pom.xml
@@ -38,7 +38,7 @@ under the License.
</description>
<properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
+ <skipTests>true</skipTests>
</properties>
<build>
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>
diff --git a/src/it/it0006-jni-3rdparty/pom.xml b/src/it/it0006-jni-3rdparty/pom.xml
index b3f5647..addbc0f 100644
--- a/src/it/it0006-jni-3rdparty/pom.xml
+++ b/src/it/it0006-jni-3rdparty/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>
diff --git a/src/it/it0007-lib-shared/pom.xml b/src/it/it0007-lib-shared/pom.xml
index aa6d790..71bf48d 100644
--- a/src/it/it0007-lib-shared/pom.xml
+++ b/src/it/it0007-lib-shared/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>
diff --git a/src/it/it0008-executable-dep-lib-shared/pom.xml b/src/it/it0008-executable-dep-lib-shared/pom.xml
index 1f12ed5..85ea407 100644
--- a/src/it/it0008-executable-dep-lib-shared/pom.xml
+++ b/src/it/it0008-executable-dep-lib-shared/pom.xml
@@ -39,7 +39,7 @@ under the License.
</description>
<properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
+ <skipTests>true</skipTests>
</properties>
<build>
diff --git a/src/it/it0009-jni-dep-lib-shared/pom.xml b/src/it/it0009-jni-dep-lib-shared/pom.xml
index a1e570a..42ebba5 100644
--- a/src/it/it0009-jni-dep-lib-shared/pom.xml
+++ b/src/it/it0009-jni-dep-lib-shared/pom.xml
@@ -39,7 +39,7 @@ under the License.
</description>
<properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
+ <skipTests>true</skipTests>
</properties>
<build>
diff --git a/src/it/it0010-lib-static/pom.xml b/src/it/it0010-lib-static/pom.xml
index dfcf047..209c5f4 100644
--- a/src/it/it0010-lib-static/pom.xml
+++ b/src/it/it0010-lib-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>
diff --git a/src/it/it0011-executable-dep-lib-static/pom.xml b/src/it/it0011-executable-dep-lib-static/pom.xml
index 62795a5..476ef0d 100644
--- a/src/it/it0011-executable-dep-lib-static/pom.xml
+++ b/src/it/it0011-executable-dep-lib-static/pom.xml
@@ -39,7 +39,7 @@ under the License.
</description>
<properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
+ <skipTests>true</skipTests>
</properties>
<build>
diff --git a/src/it/it0012-jni-dep-lib-static/pom.xml b/src/it/it0012-jni-dep-lib-static/pom.xml
index e09f463..0dcd7c3 100644
--- a/src/it/it0012-jni-dep-lib-static/pom.xml
+++ b/src/it/it0012-jni-dep-lib-static/pom.xml
@@ -39,7 +39,7 @@ under the License.
</description>
<properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
+ <skipTests>true</skipTests>
</properties>
<build>