diff options
Diffstat (limited to 'src/it')
-rw-r--r-- | src/it/it-parent/pom.xml | 8 | ||||
-rw-r--r-- | src/it/it0001-executable/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0002-executable-static/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0003-jni/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0004-java-dep-jni/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0005-jni-static/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0006-jni-3rdparty/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0007-lib-shared/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0008-executable-dep-lib-shared/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0009-jni-dep-lib-shared/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0010-lib-static/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0011-executable-dep-lib-static/pom.xml | 2 | ||||
-rw-r--r-- | src/it/it0012-jni-dep-lib-static/pom.xml | 2 |
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> |