aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/tproxy-config/pom.xml
diff options
context:
space:
mode:
authorGANDHAM <sg481n@att.com>2019-10-15 11:28:03 -0500
committerGANDHAM <sg481n@att.com>2019-10-15 11:28:12 -0500
commit1bba276736d6975587641f8644ef0f649916fd77 (patch)
treeb7a83a118f478477be0a3b1bba4dc0ede6f044a0 /sidecar/tproxy-config/pom.xml
parentb8b8a71d6c68e9b9e788d54ba9c2d04d9f0aa5cc (diff)
skip docker plugin sidecar
Issue-ID: AAF-111 Change-Id: I88ce5fc1015448b0a14d0ed15fdb230cfac94d6c Signed-off-by: GANDHAM <sg481n@att.com>
Diffstat (limited to 'sidecar/tproxy-config/pom.xml')
-rw-r--r--sidecar/tproxy-config/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml
index 1321955..af1d38f 100644
--- a/sidecar/tproxy-config/pom.xml
+++ b/sidecar/tproxy-config/pom.xml
@@ -84,7 +84,7 @@
</executions>
</plugin>
- <plugin>
+ <!--<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.28.0</version>
@@ -120,7 +120,6 @@
<execution>
<id>generate-images</id>
<phase>install</phase>
- <!--unbind default goal for this phase-->
</execution>
<execution>
<id>push-images</id>
@@ -138,7 +137,7 @@
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin> -->
</plugins>
</build>
</project>