aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-04-09 16:20:29 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-09 16:20:29 +0000
commit1d6f5db5749ec8c4126e5f87424cff5f2bdc7a01 (patch)
tree921ac6c09f57877db049bbda353d58a3a605c25b
parentfd2134d2f280b42b768df700b77edc08791a4bdf (diff)
parent7572907133825f976f9a18ac78631ddc384180cf (diff)
Merge "Fix to pull images from Onap nexus"
-rwxr-xr-xcps-parent/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index b76cd2dbc..06d6364b7 100755
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -41,6 +41,7 @@
<java.version>11</java.version>
<minimum-coverage>0.9</minimum-coverage>
<nexusproxy>https://nexus.onap.org</nexusproxy>
+ <nexus.public.repo>nexus3.onap.org:10001/library/</nexus.public.repo>
<oparent.version>3.1.0</oparent.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -324,6 +325,7 @@
see https://www.testcontainers.org/features/configuration/#disabling-ryuk
-->
<TESTCONTAINERS_RYUK_DISABLED>true</TESTCONTAINERS_RYUK_DISABLED>
+ <TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>${nexus.public.repo}</TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>
</environmentVariables>
</configuration>
</plugin>
@@ -385,4 +387,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>