From 0b1dc08e5ff051cadd52fb0c695e6860d3fd269b Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Tue, 19 Sep 2017 11:38:58 -0400 Subject: Try to use the hidden settings.xml for Docker push The Docker authentication info is in the settings.xml Change-Id: Idfe169804dfcb15aa878843fb97aa0af6e8266ac Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa7d6b4..994faaf 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ com.spotify docker-maven-plugin - 0.4.13 + 1.0.0 Michael Hwang ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId} @@ -192,6 +192,7 @@ ${project.build.finalName}.jar + ${onap.nexus.dockerregistry.daily} -- cgit 1.2.3-korg