diff options
Diffstat (limited to 'src/it/it0005-jni-static')
-rw-r--r-- | src/it/it0005-jni-static/pom.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/it/it0005-jni-static/pom.xml b/src/it/it0005-jni-static/pom.xml index f27a874..4c14526 100644 --- a/src/it/it0005-jni-static/pom.xml +++ b/src/it/it0005-jni-static/pom.xml @@ -38,11 +38,10 @@ under the License. Simple Static JNI Library </description> <url>http://maven.apache.org/</url> -<!-- + <properties> - <maven.test.skip>true</maven.test.skip> + <maven.test.skip.exec>true</maven.test.skip.exec> </properties> ---> <build> <defaultGoal>install</defaultGoal> @@ -61,12 +60,6 @@ under the License. </libraries> </configuration> </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build> </project> |