skip docker plugin rproxy
Issue-ID: AAF-111
Change-Id: I8285dc77f60723408a1ca73d043aa674dcf45e8e
Signed-off-by: GANDHAM <sg481n@att.com>
diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml
index 5bb4445..8cd4880 100644
--- a/sidecar/fproxy/pom.xml
+++ b/sidecar/fproxy/pom.xml
@@ -140,7 +140,7 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <!--<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.28.0</version>
@@ -182,7 +182,7 @@
<execution>
<id>generate-images</id>
<phase>install</phase>
- <!--unbind default goal for this phase-->
+
</execution>
<execution>
<id>push-images</id>
@@ -196,7 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- </plugin>
+ </plugin> -->
</plugins>
</build>
</project>