aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-11-05 13:07:22 +0200
committerIdan Amit <ia096e@intl.att.com>2017-11-05 11:37:23 +0000
commitbc2937115ef5de49eae6886c1792ae87b0ad24bd (patch)
tree11ad268c9604ba66f71e88da1a813064e519c0d2 /utils
parent24fbb8c526272ef7c4455e0f3f1a6709f87476a3 (diff)
Remove docker login from settings.xml
Removed docker credentials from settings.xml and add it to webseal-simulator pom.xml Change-Id: I6b1f135d3f8244a4b27c87f0b444dc5edaa0b7c4 Issue-Id: SDC-524 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/webseal-simulator/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml
index ea620f6844..8f288be39c 100644
--- a/utils/webseal-simulator/pom.xml
+++ b/utils/webseal-simulator/pom.xml
@@ -208,7 +208,13 @@
<configuration>
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
-
+ <registry>nexus3.onap.org:10003</registry>
+ <authConfig>
+ <pull>
+ <username>docker</username>
+ <password>docker</password>
+ </pull>
+ </authConfig>
<images>
<!-- Build simulator image -->