aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2098e6fa..1d52b840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,7 @@
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.30.0</version>
+<!--
<executions>
<execution>
<id>docker-build-image</id>
@@ -334,6 +335,7 @@
</goals>
</execution>
</executions>
+-->
<configuration>
<skipPush>${skipDockerPush}</skipPush>
<verbose>true</verbose>