From 3ece67ea5f7c4a76af71114c7d030b291063e751 Mon Sep 17 00:00:00 2001 From: MukeshKumar Date: Tue, 22 Jun 2021 12:46:29 +0100 Subject: so-master-merge-java jenkins failing due the nexus credential mismatch Issue-ID: SO-3680 Signed-off-by: Mukesh Change-Id: I88f55f115c112d713f42f0a800aeb5490d7c6ade --- pom.xml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 2a69268f87..d7e6ce443e 100644 --- a/pom.xml +++ b/pom.xml @@ -79,15 +79,15 @@ - onap-releases + ecomp-releases ${nexusproxy}/${releaseNexusPath} - onap-snapshots + ecomp-snapshots ${nexusproxy}/${snapshotNexusPath} - onap-site + ecomp-site dav:${nexusproxy}${siteNexusPath} @@ -131,14 +131,14 @@ - onap-release + ecomp-release ${nexusproxy}/${releaseNexusPath} false - onap-snapshots + ecomp-snapshots ${nexusproxy}/${snapshotNexusPath} false @@ -147,12 +147,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