Define docker registry properties 24/122724/1
authorJim Hahn <jrh3@att.com>
Mon, 19 Jul 2021 18:42:19 +0000 (14:42 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 19 Jul 2021 18:43:17 +0000 (14:43 -0400)
Issue-ID: POLICY-3374
Change-Id: I754d69b7efe155417bb1562a75a5e35572a2ce24
Signed-off-by: Jim Hahn <jrh3@att.com>
integration/pom.xml

index 9284009..5380862 100644 (file)
@@ -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>