Added authentication for docker in pom 57/20757/2
authorIdan Amit <ia096e@intl.att.com>
Thu, 26 Oct 2017 10:12:13 +0000 (13:12 +0300)
committerIdan Amit <ia096e@intl.att.com>
Thu, 26 Oct 2017 11:09:47 +0000 (11:09 +0000)
Added the docker credentials in the pom.xml file instead of in the settings.xml

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

index 750b3c6..5e72422 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>
 
                                 <!-- Build backend image -->