remove docker binding to mvn

Change-Id: Idd3472fd3c9fb40c6f0312b2ab440126e33f3517
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578
diff --git a/pom.xml b/pom.xml
index 2098e6f..1d52b84 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>