skip docker plugin rproxy 36/97136/1
authorGANDHAM <sg481n@att.com>
Tue, 15 Oct 2019 16:01:16 +0000 (11:01 -0500)
committerGANDHAM <sg481n@att.com>
Tue, 15 Oct 2019 16:01:31 +0000 (11:01 -0500)
Issue-ID: AAF-111
Change-Id: I8285dc77f60723408a1ca73d043aa674dcf45e8e
Signed-off-by: GANDHAM <sg481n@att.com>
sidecar/fproxy/pom.xml

index 5bb4445..8cd4880 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>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                       </plugin>
+                       </plugin> -->
                </plugins>
        </build>
 </project>