diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-10 05:24:39 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-10 05:24:44 +0000 |
commit | 488ad0f841b19b8693cd2c35d21733c54418e684 (patch) | |
tree | 758dba9740ff610aab0436e5482596f15aa8e218 | |
parent | bb1f25dfb783716193c2371ccc2ba3e1314201a5 (diff) |
disable docker mvn binding
Change-Id: I733ea295d7af22891de83bd16f6733376b4a5f54
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1669
-rw-r--r-- | prh-app-server/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index 2eb51d2a..87203068 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -43,7 +43,6 @@ <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> @@ -179,7 +178,6 @@ <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <configuration> - <skipPush>${skipDockerPush}</skipPush> <verbose>true</verbose> <imagePullPolicy>IfNotPresent</imagePullPolicy> <images> @@ -198,7 +196,7 @@ </image> </images> </configuration> - <executions> +<!-- <executions> <execution> <id>docker-build-image</id> <phase>package</phase> @@ -212,8 +210,8 @@ <goals> <goal>push</goal> </goals> - </execution> - </executions> + </execution> + </executions> --> </plugin> </plugins> </build> |