diff options
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 --> |