Change-Id: I733ea295d7af22891de83bd16f6733376b4a5f54
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1669
<int.dep.dir.path>${dep.dir.name}/internal</int.dep.dir.path>
<skipDocker>false</skipDocker>
- <skipDockerPush>true</skipDockerPush>
<docker.user.name>prh</docker.user.name>
<docker.user.dir>/home/${docker.user.name}</docker.user.dir>
</properties>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
- <skipPush>${skipDockerPush}</skipPush>
<verbose>true</verbose>
<imagePullPolicy>IfNotPresent</imagePullPolicy>
<images>
</image>
</images>
</configuration>
- <executions>
+<!-- <executions>
<execution>
<id>docker-build-image</id>
<phase>package</phase>
<goals>
<goal>push</goal>
</goals>
- </execution>
- </executions>
+ </execution>
+ </executions> -->
</plugin>
</plugins>
</build>