From: MukeshKumar Date: Wed, 23 Jun 2021 14:49:02 +0000 (+0100) Subject: so-master-merge-java jenkins failing due the nexus credential mismatch X-Git-Tag: 1.8.3~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0110bb5eb022160aa62f1871235ac4ef2b44e4a1;p=so.git so-master-merge-java jenkins failing due the nexus credential mismatch Issue-ID: SO-3680 Signed-off-by: Mukesh Change-Id: Ia6fd47392a6a4a6eaab34d70a531f3b3b2a88fb2 --- diff --git a/pom.xml b/pom.xml index 95c7eb37b8..cd73feb581 100644 --- a/pom.xml +++ b/pom.xml @@ -81,15 +81,15 @@ - onap-releases + ecomp-releases ${nexusproxy}/${releaseNexusPath} - onap-snapshots + ecomp-snapshots ${nexusproxy}/${snapshotNexusPath} - onap-site + ecomp-site dav:${nexusproxy}${siteNexusPath} @@ -126,21 +126,21 @@ http://maven.restlet.com - onap-public + ecomp-public ${nexusproxy}/${publicNexusPath} false - onap-release + ecomp-release ${nexusproxy}/${releaseNexusPath} false - onap-snapshots + ecomp-snapshots ${nexusproxy}/${snapshotNexusPath} false @@ -149,12 +149,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/