Added authentication for docker in pom 03/20803/2
authorIdan Amit <ia096e@intl.att.com>
Thu, 26 Oct 2017 13:56:53 +0000 (16:56 +0300)
committerIdan Amit <ia096e@intl.att.com>
Thu, 26 Oct 2017 14:05:00 +0000 (14:05 +0000)
Added the docker credentials in the pom.xml file instead of in the settings.xml

Change-Id: I3902d89624bdb98d6565c88d0ce1ed6bf05f96fb
Issue-Id: SDC-524
Signed-off-by: Idan Amit <ia096e@intl.att.com>
sdc-os-chef/pom.xml

index 21deaf4..cbe6407 100644 (file)
                             <apiVersion>1.23</apiVersion>
                             <registry>nexus3.onap.org:10003</registry>
                             <authConfig>
-                                                       <username>docker</username>
-                                                       <password>docker</password>
-                                               </authConfig>
+                                <pull>
+                                       <username>docker</username>
+                                       <password>docker</password>
+                               </pull>
+                           </authConfig>
 
                             <images>