aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-07-21 07:02:01 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-07-21 07:02:08 +0000
commit7278e77761f3901e4015ae2e8216ceeb35a9d3e5 (patch)
tree0bc67d61c6b2dbbe34a92f4a0fc032e7b1a0339b
parent0c8e1f8d04c68cc4b785df38410986e3b20564fe (diff)
remove docker binding to mvn
Change-Id: Idd3472fd3c9fb40c6f0312b2ab440126e33f3517 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1578
-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>