summaryrefslogtreecommitdiff
path: root/src/it/it0006-jni-3rdparty
diff options
context:
space:
mode:
Diffstat (limited to 'src/it/it0006-jni-3rdparty')
-rw-r--r--src/it/it0006-jni-3rdparty/pom.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/it/it0006-jni-3rdparty/pom.xml b/src/it/it0006-jni-3rdparty/pom.xml
index 65602e6..b3f5647 100644
--- a/src/it/it0006-jni-3rdparty/pom.xml
+++ b/src/it/it0006-jni-3rdparty/pom.xml
@@ -38,11 +38,10 @@ under the License.
Java class that uses a 3rd party JNI and its 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>integration-test</defaultGoal>
@@ -58,12 +57,6 @@ under the License.
</libraries>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
</project>