aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-19 13:56:52 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-19 13:57:41 -0400
commitcbc48bab6d6b732d69e5fea35d70493f9fa6a0d4 (patch)
treef8ac2e2e301d6114e6b2c212ebcd2507ed46d752
parent9f6f0bc0e70a5b13b0e9db9e0d0e0ec85e1214ca (diff)
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 <mhwang@research.att.com>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 95ad30d..b68f6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.4.11</version>
+ <version>1.0.0</version>
<configuration>
<imageName>${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}</imageName>
<baseImage>openjdk:8-jre</baseImage>
@@ -287,6 +287,7 @@
<imageTag>${project.version}-${maven.build.timestamp}</imageTag>
<imageTag>latest</imageTag>
</imageTags>
+ <serverId>${onap.nexus.dockerregistry.daily}</serverId>
</configuration>
</plugin>