diff options
author | GANDHAM <sg481n@att.com> | 2019-10-15 11:01:16 -0500 |
---|---|---|
committer | GANDHAM <sg481n@att.com> | 2019-10-15 11:01:31 -0500 |
commit | b8b8a71d6c68e9b9e788d54ba9c2d04d9f0aa5cc (patch) | |
tree | 62d9fd654dc9a8f0c81b7b3f078660ad9491913a | |
parent | 05e395c6ca27d4fcf6871e9c249c76c8ce61264e (diff) |
skip docker plugin rproxy
Issue-ID: AAF-111
Change-Id: I8285dc77f60723408a1ca73d043aa674dcf45e8e
Signed-off-by: GANDHAM <sg481n@att.com>
-rw-r--r-- | sidecar/fproxy/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |