diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-19 14:42:19 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-19 14:43:17 -0400 |
commit | 0b49a67c20577361c3d65b3df712f0383aa30f44 (patch) | |
tree | d0436773c44c5e7f91ef7a53355b925ad04a4e97 | |
parent | 5762c5765d4921b4f26de3da3eba0500095d731f (diff) |
Define docker registry properties
Issue-ID: POLICY-3374
Change-Id: I754d69b7efe155417bb1562a75a5e35572a2ce24
Signed-off-by: Jim Hahn <jrh3@att.com>
-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> |