so-master-merge-java jenkins failing due the nexus credential mismatch 68/122168/1
authorMukeshKumar <mukeshsharma@est.tech>
Thu, 24 Jun 2021 09:59:51 +0000 (10:59 +0100)
committerMukesh <mukeshsharma@est.tech>
Thu, 24 Jun 2021 10:00:10 +0000 (11:00 +0100)
Issue-ID: SO-3680
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Change-Id: Ia3d612a222e519f45306744ae24311152effdcc3

pom.xml

diff --git a/pom.xml b/pom.xml
index 5097b50..826d87e 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>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
     <repository>
       <id>camunda-bpm</id>
       <url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url>