From b8b8a71d6c68e9b9e788d54ba9c2d04d9f0aa5cc Mon Sep 17 00:00:00 2001 From: GANDHAM <sg481n@att.com> Date: Tue, 15 Oct 2019 11:01:16 -0500 Subject: skip docker plugin rproxy Issue-ID: AAF-111 Change-Id: I8285dc77f60723408a1ca73d043aa674dcf45e8e Signed-off-by: GANDHAM <sg481n@att.com> --- sidecar/fproxy/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sidecar') 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> -- cgit