remove docker binding to mvn 15/92315/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Sun, 21 Jul 2019 07:02:01 +0000 (07:02 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Sun, 21 Jul 2019 07:02:08 +0000 (07:02 +0000)
Change-Id: Idd3472fd3c9fb40c6f0312b2ab440126e33f3517
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578

pom.xml

diff --git a/pom.xml b/pom.xml
index 2098e6f..1d52b84 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <groupId>io.fabric8</groupId>
                             <artifactId>docker-maven-plugin</artifactId>
                             <version>0.30.0</version>
+<!--
                             <executions>
                                 <execution>
                                     <id>docker-build-image</id>
                                     </goals>
                                 </execution>
                             </executions>
+-->
                             <configuration>
                                 <skipPush>${skipDockerPush}</skipPush>
                                 <verbose>true</verbose>