summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-19 14:42:19 -0400
committerJim Hahn <jrh3@att.com>2021-07-19 14:43:17 -0400
commit0b49a67c20577361c3d65b3df712f0383aa30f44 (patch)
treed0436773c44c5e7f91ef7a53355b925ad04a4e97 /integration
parent5762c5765d4921b4f26de3da3eba0500095d731f (diff)
Define docker registry properties
Issue-ID: POLICY-3374 Change-Id: I754d69b7efe155417bb1562a75a5e35572a2ce24 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml2
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>