summaryrefslogtreecommitdiff
path: root/src/it/it0002-executable-static/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/it/it0002-executable-static/pom.xml')
-rw-r--r--src/it/it0002-executable-static/pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/it/it0002-executable-static/pom.xml b/src/it/it0002-executable-static/pom.xml
index 42d4e8b..9a22bae 100644
--- a/src/it/it0002-executable-static/pom.xml
+++ b/src/it/it0002-executable-static/pom.xml
@@ -38,11 +38,9 @@ under the License.
Simple executable statically linked with the c runtime
</description>
-<!--
<properties>
- <maven.test.skip>true</maven.test.skip>
+ <maven.test.skip.exec>true</maven.test.skip.exec>
</properties>
--->
<build>
<defaultGoal>integration-test</defaultGoal>
@@ -60,12 +58,6 @@ under the License.
</libraries>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
</project>