diff options
Diffstat (limited to 'sidecar')
-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> |