diff options
Diffstat (limited to 'src/it/it0001-executable')
-rw-r--r-- | src/it/it0001-executable/pom.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/it/it0001-executable/pom.xml b/src/it/it0001-executable/pom.xml index 63391cf..d938b5d 100644 --- a/src/it/it0001-executable/pom.xml +++ b/src/it/it0001-executable/pom.xml @@ -39,11 +39,9 @@ under the License. </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> @@ -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> |