diff options
author | Rishi.Chail <rishi.chail@est.tech> | 2021-04-08 14:23:32 +0100 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-04-08 23:22:18 +0000 |
commit | 7572907133825f976f9a18ac78631ddc384180cf (patch) | |
tree | 065143704981381d53b3235c16eb2500f85dfe17 /cps-parent | |
parent | 689521eb9d1b07e62bc7fe6278ddb6c905e8aa38 (diff) |
Fix to pull images from Onap nexus
Issue-ID: CPS-319
Signed-off-by: Rishi.Chail <rishi.chail@est.tech>
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I2a82e56aef8572e4241b6644cb8c53d2d33ace97
(cherry picked from commit 27fba350de15c5a5145a66f75cc188a6f69633c6)
Diffstat (limited to 'cps-parent')
-rwxr-xr-x | cps-parent/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index b76cd2dbc9..06d6364b7d 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> |