From 7d219732a4fd14a301ac01e83c4b0d2c3947e999 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 26 Oct 2017 13:12:13 +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: I9a552de5cb5d83342eabc0bb9c1bae7b84dfd2a7 Issue-Id: SDC-524 Signed-off-by: Idan Amit --- sdc-os-chef/pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 750b3c6bd9..5e72422989 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -336,9 +336,11 @@ 1.23 nexus3.onap.org:10003 - docker - docker - + + docker + docker + + -- 2.16.6