diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-07-20 10:30:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-20 10:30:17 +0000 |
commit | 561c0a8f068a246438509058f8ecf080751e6b83 (patch) | |
tree | bbf0a15407c81372f5de19cd8db6ea361510b0c1 /integration | |
parent | 4d6d96458e46704c9519bf3fa902699a883d8c1e (diff) | |
parent | 0b49a67c20577361c3d65b3df712f0383aa30f44 (diff) |
Merge "Define docker registry properties"
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 92840093..5380862d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -58,6 +58,8 @@ <version.jakarta-api>2.0.2</version.jakarta-api> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm> + <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry> + <docker.push.registry>nexus3.onap.org:10003</docker.push.registry> </properties> <distributionManagement> |