aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-19 11:38:58 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-19 11:40:28 -0400
commit0b1dc08e5ff051cadd52fb0c695e6860d3fd269b (patch)
tree80c0c60a75e927da6fd1a4ceff097a9ddd8302d0
parentdc6347dddb7de9be8d3c504c66c0e8bff47d7f87 (diff)
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 <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 fa7d6b4..994faaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.4.13</version>
+ <version>1.0.0</version>
<configuration>
<maintainer>Michael Hwang</maintainer>
<imageName>${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}</imageName>
@@ -192,6 +192,7 @@
<include>${project.build.finalName}.jar</include>
</resource>
</resources>
+ <serverId>${onap.nexus.dockerregistry.daily}</serverId>
</configuration>
</plugin>