From e0172590a456e49f3e8e0815be3acf3fd5abd54c Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 26 Oct 2017 09:36:37 +0300 Subject: [PATCH] Added authentication for docker in pom 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 --- sdc-os-chef/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 5416939dac..750b3c6bd9 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -335,6 +335,10 @@ true 1.23 nexus3.onap.org:10003 + + docker + docker + -- 2.16.6