From fbbc9bceb83de1ade5b4b6a666546aba24a14e2f Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 16 Sep 2020 10:49:28 -0400 Subject: Fixing dockerFile Fixing dockerFile and related items Refactoring pom properties Issue-ID: CCSDK-2794 Change-Id: Ib9d3cc38c2db65778cef2590ab774035305a16fa Signed-off-by: Singal, Kapil (ks220y) --- ms/py-executor/pom.xml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'ms/py-executor/pom.xml') diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index 9839c7185..747eeb7f9 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -32,10 +32,6 @@ maven onap/ccsdk-py-executor - deploy - true - ${maven.build.timestamp} - yyyyMMdd'T'HHmmss'Z' true @@ -114,7 +110,7 @@ io.fabric8 docker-maven-plugin - 0.26.1 + 0.34.0 false @@ -131,18 +127,12 @@ - true + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - push-images + build-push-images ${docker.push.phase} build -- cgit 1.2.3-korg