diff options
Diffstat (limited to 'src/it/it0011-executable-dep-lib-static')
-rw-r--r-- | src/it/it0011-executable-dep-lib-static/pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/it/it0011-executable-dep-lib-static/pom.xml b/src/it/it0011-executable-dep-lib-static/pom.xml index 74b92cd..62795a5 100644 --- a/src/it/it0011-executable-dep-lib-static/pom.xml +++ b/src/it/it0011-executable-dep-lib-static/pom.xml @@ -38,6 +38,10 @@ under the License. Executable depending on a static library. </description> + <properties> + <maven.test.skip.exec>true</maven.test.skip.exec> + </properties> + <build> <defaultGoal>integration-test</defaultGoal> <plugins> @@ -53,12 +57,6 @@ under the License. </libraries> </configuration> </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build> |