diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2021-06-22 12:46:29 +0100 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2021-06-22 12:46:58 +0100 |
commit | 3ece67ea5f7c4a76af71114c7d030b291063e751 (patch) | |
tree | 0f14dd5371fce8d0a79e8e2da9c4a39ceed37fa9 /pom.xml | |
parent | 3c9bc7d08acb18d76af794bfe936fed7c917b284 (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: I88f55f115c112d713f42f0a800aeb5490d7c6ade
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 26 |
1 files changed, 20 insertions, 6 deletions
@@ -79,15 +79,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> @@ -131,14 +131,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> @@ -147,13 +147,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> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> <id>camunda-bpm</id> <url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url> </repository> |