summaryrefslogtreecommitdiff
path: root/src/it/it0008-executable-dep-lib-shared/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/it/it0008-executable-dep-lib-shared/pom.xml')
-rw-r--r--src/it/it0008-executable-dep-lib-shared/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/it/it0008-executable-dep-lib-shared/pom.xml b/src/it/it0008-executable-dep-lib-shared/pom.xml
index 7ce981b..1f12ed5 100644
--- a/src/it/it0008-executable-dep-lib-shared/pom.xml
+++ b/src/it/it0008-executable-dep-lib-shared/pom.xml
@@ -37,6 +37,10 @@ under the License.
<description>
Executable depending on a shared library.
</description>
+
+ <properties>
+ <maven.test.skip.exec>true</maven.test.skip.exec>
+ </properties>
<build>
<defaultGoal>integration-test</defaultGoal>
@@ -53,12 +57,6 @@ under the License.
</libraries>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
<dependencies>