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 +++++-------------- cds-ui/client/pom.xml | 6 ------ cds-ui/designer-client/pom.xml | 6 ------ cds-ui/pom.xml | 5 +++++ cds-ui/server/pom.xml | 18 ++++-------------- 5 files changed, 14 insertions(+), 40 deletions(-) (limited to 'cds-ui') 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 diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index c4b7ea908..ec0326a7e 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -35,12 +35,6 @@ limitations under the License. UI Client - - UTF-8 - npm - https://nexus.onap.org - - diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 9a1ba2627..34f56e1f7 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -35,12 +35,6 @@ limitations under the License. UI designer Client - - UTF-8 - npm - https://nexus.onap.org - - diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 1aa68131c..6d547326c 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -45,10 +45,15 @@ limitations under the License. + npm onap/ccsdk-cds-ui ${project.version} ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' + + true + false + deploy diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 86e9ccbef..6444385ee 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -36,11 +36,7 @@ limitations under the License. UI Server - UTF-8 - npm - https://nexus.onap.org onap/ccsdk-cds-ui-server - deploy @@ -148,7 +144,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.26.1 + 0.34.0 false @@ -165,18 +161,12 @@ limitations under the License. - true + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - push-images + build-push-images ${docker.push.phase} build -- cgit 1.2.3-korg