From: MukeshKumar Date: Tue, 22 Jun 2021 11:46:29 +0000 (+0100) Subject: so-master-merge-java jenkins failing due the nexus credential mismatch X-Git-Tag: 1.9.0~29 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F122096%2F1;p=so.git so-master-merge-java jenkins failing due the nexus credential mismatch Issue-ID: SO-3680 Signed-off-by: Mukesh Change-Id: I88f55f115c112d713f42f0a800aeb5490d7c6ade --- 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/