aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2021-06-24 10:59:51 +0100
committerMukesh <mukeshsharma@est.tech>2021-06-24 11:00:10 +0100
commit5c2912902c85d25e6471363798c5ec01df57da25 (patch)
tree05887ad77cd7063f9a1f1f2b5b60e40adad75e72
parent92078f71c5978d4a41410972a2f0a315a541a0ab (diff)
so-master-merge-java jenkins failing due the nexus credential mismatch
Issue-ID: SO-3680 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: Ia3d612a222e519f45306744ae24311152effdcc3
-rw-r--r--pom.xml26
1 files changed, 20 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 5097b50a7b..826d87e880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,15 +80,15 @@
</properties>
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
<site>
- <id>onap-site</id>
+ <id>ecomp-site</id>
<url>dav:${nexusproxy}${siteNexusPath}</url>
</site>
</distributionManagement>
@@ -132,14 +132,14 @@
</snapshots>
</pluginRepository>
<pluginRepository>
- <id>onap-release</id>
+ <id>ecomp-release</id>
<url>${nexusproxy}/${releaseNexusPath}</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<url>${nexusproxy}/${snapshotNexusPath}</url>
<releases>
<enabled>false</enabled>
@@ -148,13 +148,27 @@
</pluginRepositories>
<repositories>
<repository>
- <id>onap-public</id>
+ <id>ecomp-public</id>
<url>https://nexus.onap.org/content/repositories/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
+ <id>ecomp-releases</id>
+ <url>https://nexus.onap.org/content/repositories/releases/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>ecomp-snapshots</id>
+ <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ <repository>
<id>camunda-bpm</id>
<url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url>
</repository>