From cbc48bab6d6b732d69e5fea35d70493f9fa6a0d4 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Tue, 19 Sep 2017 13:56:52 -0400 Subject: Try to use the hidden settings.xml for Docker push The Docker authentication info is in the settings.xml Change-Id: I23cc52f9de36d0b74f21de90874cafc13d9670e5 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 95ad30d..b68f6d8 100644 --- a/pom.xml +++ b/pom.xml @@ -268,7 +268,7 @@ com.spotify docker-maven-plugin - 0.4.11 + 1.0.0 ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId} openjdk:8-jre @@ -287,6 +287,7 @@ ${project.version}-${maven.build.timestamp} latest + ${onap.nexus.dockerregistry.daily} -- cgit 1.2.3-korg