diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-11-05 13:07:22 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-11-05 13:07:22 +0200 |
commit | a5ab2a879214451806531b7808c376890da0930a (patch) | |
tree | 760af47505b95742e36a28b7649c752ddea4fb4b /utils/webseal-simulator | |
parent | edf76fc6b0127a9b6d3dc22a058c624ea58024cd (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/webseal-simulator')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 8 |
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 --> |