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/blueprintsprocessor/application/pom.xml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'ms/blueprintsprocessor/application/pom.xml') diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index fdfd7d157..08390bd47 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -38,9 +38,6 @@ org.onap.ccsdk.cds blueprintsprocessor onap/ccsdk-blueprintsprocessor - deploy - true - ${maven.build.timestamp} @@ -339,7 +336,7 @@ io.fabric8 docker-maven-plugin - 0.26.1 + 0.34.0 false @@ -356,18 +353,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