From 5c2912902c85d25e6471363798c5ec01df57da25 Mon Sep 17 00:00:00 2001 From: MukeshKumar Date: Thu, 24 Jun 2021 10:59:51 +0100 Subject: so-master-merge-java jenkins failing due the nexus credential mismatch Issue-ID: SO-3680 Signed-off-by: Mukesh Change-Id: Ia3d612a222e519f45306744ae24311152effdcc3 --- pom.xml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5097b50a7b..826d87e880 100644 --- a/pom.xml +++ b/pom.xml @@ -80,15 +80,15 @@ - onap-releases + ecomp-releases ${nexusproxy}/${releaseNexusPath} - onap-snapshots + ecomp-snapshots ${nexusproxy}/${snapshotNexusPath} - onap-site + ecomp-site dav:${nexusproxy}${siteNexusPath} @@ -132,14 +132,14 @@ - onap-release + ecomp-release ${nexusproxy}/${releaseNexusPath} false - onap-snapshots + ecomp-snapshots ${nexusproxy}/${snapshotNexusPath} false @@ -148,12 +148,26 @@ - onap-public + ecomp-public https://nexus.onap.org/content/repositories/public/ false + + ecomp-releases + https://nexus.onap.org/content/repositories/releases/ + + false + + + + ecomp-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + camunda-bpm https://app.camunda.com/nexus/content/repositories/camunda-bpm/ -- cgit 1.2.3-korg