diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-07-21 07:02:01 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-07-21 07:02:08 +0000 |
commit | 7278e77761f3901e4015ae2e8216ceeb35a9d3e5 (patch) | |
tree | 0bc67d61c6b2dbbe34a92f4a0fc032e7b1a0339b | |
parent | 0c8e1f8d04c68cc4b785df38410986e3b20564fe (diff) |
remove docker binding to mvn
Change-Id: Idd3472fd3c9fb40c6f0312b2ab440126e33f3517
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -318,6 +318,7 @@ <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.30.0</version> +<!-- <executions> <execution> <id>docker-build-image</id> @@ -334,6 +335,7 @@ </goals> </execution> </executions> +--> <configuration> <skipPush>${skipDockerPush}</skipPush> <verbose>true</verbose> |