From: Kotagiri, Ramprasad (rp5662) Date: Tue, 2 Apr 2019 14:16:51 +0000 (-0400) Subject: Update POM for maven dockerfile plugin push target X-Git-Tag: 1.1.0~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F83981%2F1;p=ccsdk%2Fdashboard.git Update POM for maven dockerfile plugin push target This update addresses the issue for docker push. dockerfile-maven-plugin configuration expects the docker login credentials to be present in the maven settings file. nexus3.onap.org:10003 Issue-ID: CCSDK-1011 Change-Id: I8a700336805e997f3094d87f8e10756258fe96fa Signed-off-by: ramprasad kotagiri --- diff --git a/ccsdk-app-os/pom.xml b/ccsdk-app-os/pom.xml index 8b53301..7744dda 100644 --- a/ccsdk-app-os/pom.xml +++ b/ccsdk-app-os/pom.xml @@ -30,7 +30,9 @@ ${project.version} true - onap/org.onap.ccsdk.dashboard + onap/${project.groupId}.${project.artifactId} + nexus3.onap.org:10003 + ${docker.push.registry}/${docker.image.name} @@ -53,7 +55,6 @@ ${nexusproxy}${stagingNexusPath} - @@ -123,6 +124,15 @@ com.spotify dockerfile-maven-plugin 1.4.10 + + true + ${image-name} + latest + Dockerfile + + ${project.build.finalName}.war + + default @@ -132,16 +142,6 @@ - - false - ${onap.nexus.dockerregistry.daily} - Dockerfile - ${docker.image.name} - latest - - ${project.build.finalName}.war - -