diff options
author | Michael Lando <ml636r@att.com> | 2017-11-05 13:02:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-05 13:02:13 +0000 |
commit | b684cc5ca3ff88b5d0ff0f7bed8c5427b5cf6e51 (patch) | |
tree | 4542315c1489180df21cce73aef5896073db33c5 | |
parent | e163b37e797ae91a977605802fcfb3898fb37610 (diff) | |
parent | bc2937115ef5de49eae6886c1792ae87b0ad24bd (diff) |
Merge "Remove docker login from settings.xml"
-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 --> |