Try to use the hidden settings.xml for Docker push 07/13507/1
authorMichael Hwang <mhwang@research.att.com>
Tue, 19 Sep 2017 15:38:58 +0000 (11:38 -0400)
committerMichael Hwang <mhwang@research.att.com>
Tue, 19 Sep 2017 15:40:28 +0000 (11:40 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index fa7d6b4..994faaf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <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>
                             <include>${project.build.finalName}.jar</include>
                         </resource>
                     </resources>
+                    <serverId>${onap.nexus.dockerregistry.daily}</serverId>
                 </configuration>
             </plugin>