Added authentication for docker in pom 13/20713/1
authorIdan Amit <ia096e@intl.att.com>
Thu, 26 Oct 2017 06:36:37 +0000 (09:36 +0300)
committerIdan Amit <ia096e@intl.att.com>
Thu, 26 Oct 2017 06:36:37 +0000 (09:36 +0300)
Added the docker credentials in the pom.xml file instead of in the settings.xml

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

index 5416939..750b3c6 100644 (file)
                             <verbose>true</verbose>
                             <apiVersion>1.23</apiVersion>
                             <registry>nexus3.onap.org:10003</registry>
+                            <authConfig>
+                                                       <username>docker</username>
+                                                       <password>docker</password>
+                                               </authConfig>                            
                             <images>
 
                                 <!-- Build backend image -->