diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-09-19 13:56:52 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-09-19 13:57:41 -0400 |
commit | cbc48bab6d6b732d69e5fea35d70493f9fa6a0d4 (patch) | |
tree | f8ac2e2e301d6114e6b2c212ebcd2507ed46d752 | |
parent | 9f6f0bc0e70a5b13b0e9db9e0d0e0ec85e1214ca (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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |