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) --- cds-ui/application/pom.xml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'cds-ui/application') diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 368cc9c4f..22d5cabc8 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -37,9 +37,6 @@ limitations under the License. onap/ccsdk-cds-ui - ${maven.build.timestamp} - yyyyMMdd'T'HHmmss'Z' - true @@ -71,7 +68,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.28.0 + 0.34.0 false @@ -87,19 +84,13 @@ limitations under the License. + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - - push-images - deploy + build-push-images + ${docker.push.phase} build push -- cgit