diff --git a/microservice-schedule-kumuluzee/pom.xml b/microservice-schedule-kumuluzee/pom.xml
index 378b423c..4594e417 100644
--- a/microservice-schedule-kumuluzee/pom.xml
+++ b/microservice-schedule-kumuluzee/pom.xml
@@ -53,57 +53,6 @@
-
- org.apache.maven.plugins
- maven-failsafe-plugin
-
-
- integration-test
-
- integration-test
-
-
-
- verify
-
- verify
-
-
-
-
- alphabetical
-
-
-
- com.bazaarvoice.maven.plugins
- process-exec-maven-plugin
- ${version.processexec.plugin}
-
-
- start-kumuluzee
- pre-integration-test
-
- start
-
-
- KumuluzEE
-
- java
- -jar
- ${project.artifactId}.jar
-
- http://localhost:8080/schedule/all
-
-
-
- stop-kumuluzee
- post-integration-test
-
- stop-all
-
-
-
-
@@ -121,6 +70,69 @@
+
+ kumuluzee
+
+
+ !skipTests
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+
+
+ integration-test
+
+ integration-test
+
+
+
+ verify
+
+ verify
+
+
+
+
+ alphabetical
+
+
+
+ com.bazaarvoice.maven.plugins
+ process-exec-maven-plugin
+ ${version.processexec.plugin}
+
+
+ start-kumuluzee
+ pre-integration-test
+
+ start
+
+
+ KumuluzEE
+
+ java
+ -jar
+ ${project.artifactId}.jar
+
+ http://localhost:8080/schedule/all
+
+
+
+ stop-kumuluzee
+ post-integration-test
+
+ stop-all
+
+
+
+
+
+
+
fabric8