skip docker plugin sidecar 40/97140/1
authorGANDHAM <sg481n@att.com>
Tue, 15 Oct 2019 16:28:03 +0000 (11:28 -0500)
committerGANDHAM <sg481n@att.com>
Tue, 15 Oct 2019 16:28:12 +0000 (11:28 -0500)
Issue-ID: AAF-111
Change-Id: I88ce5fc1015448b0a14d0ed15fdb230cfac94d6c
Signed-off-by: GANDHAM <sg481n@att.com>
sidecar/rproxy/pom.xml
sidecar/tproxy-config/pom.xml

index 1e5d5c2..ebf8fbd 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
+                       <!--<plugin>
                                <groupId>io.fabric8</groupId>
                                <artifactId>docker-maven-plugin</artifactId>
                                <version>0.28.0</version>
                                        <execution>
                                                <id>generate-images</id>
                                                <phase>install</phase>
-                                               <!--unbind default goal for this phase-->
                                        </execution>
                                        <execution>
                                                <id>push-images</id>
                                <configuration>
                                        <skip>true</skip>
                                </configuration>
-                       </plugin>
+                       </plugin> -->
                </plugins>
        </build>
 </project>
index 1321955..af1d38f 100644 (file)
@@ -84,7 +84,7 @@
                                </executions>
                        </plugin>
 
-                       <plugin>
+                       <!--<plugin>
                                        <groupId>io.fabric8</groupId>
                                <artifactId>docker-maven-plugin</artifactId>
                                <version>0.28.0</version>
                                        <execution>
                                                <id>generate-images</id>
                                                <phase>install</phase>
-                                               <!--unbind default goal for this phase-->
                                        </execution>
                                        <execution>
                                                <id>push-images</id>
                                <configuration>
                                        <skip>true</skip>
                                </configuration>
-                       </plugin>
+                       </plugin> -->
                </plugins>
        </build>
 </project>