so-master-merge-java jenkins failing due the nexus credential mismatch 96/122096/1
authorMukeshKumar <mukeshsharma@est.tech>
Tue, 22 Jun 2021 11:46:29 +0000 (12:46 +0100)
committerMukesh <mukeshsharma@est.tech>
Tue, 22 Jun 2021 11:46:58 +0000 (12:46 +0100)
Issue-ID: SO-3680
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Change-Id: I88f55f115c112d713f42f0a800aeb5490d7c6ade

pom.xml

diff --git a/pom.xml b/pom.xml
index 2a69268..d7e6ce4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </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>
       </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>
   </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>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
     <repository>
       <id>camunda-bpm</id>
       <url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url>