summaryrefslogtreecommitdiff
path: root/src/it/executable/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/it/executable/pom.xml')
-rw-r--r--src/it/executable/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/it/executable/pom.xml b/src/it/executable/pom.xml
index 00bf1c8..98b664e 100644
--- a/src/it/executable/pom.xml
+++ b/src/it/executable/pom.xml
@@ -39,9 +39,11 @@ under the License.
</description>
<url>http://maven.apache.org/</url>
+<!--
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
+-->
<build>
<defaultGoal>integration-test</defaultGoal>
@@ -58,6 +60,12 @@ under the License.
</libraries>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>