summaryrefslogtreecommitdiff
path: root/src/it/it0007-lib-shared/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/it/it0007-lib-shared/pom.xml')
-rw-r--r--src/it/it0007-lib-shared/pom.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/it/it0007-lib-shared/pom.xml b/src/it/it0007-lib-shared/pom.xml
index 893ced1..aa6d790 100644
--- a/src/it/it0007-lib-shared/pom.xml
+++ b/src/it/it0007-lib-shared/pom.xml
@@ -38,11 +38,10 @@ under the License.
Simple shared library and test file
</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>
@@ -64,12 +63,6 @@ under the License.
</tests>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
</project>