From 9714cfc592c9ca285bc0c70b659c024289690e6c Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 17 May 2021 13:23:11 -0400 Subject: [PATCH] Refactoring onap nexus url's and related section Issue-ID: CCSDK-3298 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I8798f0cfa7b0042628f508ca851a42d76a5f7b21 --- dependencies-odl-bom/pom.xml | 2 +- odlparent/binding-parent/pom.xml | 5 +- odlparent/bundle-parent/pom.xml | 5 +- odlparent/feature-repo-parent/pom.xml | 5 +- odlparent/karaf4-parent/pom.xml | 5 +- odlparent/mdsal-it-parent/pom.xml | 5 +- odlparent/odlparent-lite/pom.xml | 5 +- odlparent/odlparent/pom.xml | 5 +- .../setup/src/main/resources/pom-template.xml | 5 +- odlparent/single-feature-parent/pom.xml | 5 +- oparent/pom.xml | 54 +++++++++++++++++++--- .../src/main/resources/pom-template.xml | 4 +- springboot/springboot1/pom.xml | 4 +- springboot/springboot2/pom.xml | 4 +- 14 files changed, 76 insertions(+), 37 deletions(-) diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 3f4a8037..4f32630c 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -112,8 +112,8 @@ org.glassfish.jersey jersey-bom 2.27 - import pom + import commons-cli diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 923a4080..d7c0f209 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 39b0f103..61c87daf 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index 2b9fae4a..7062a854 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml index 4406bc75..086a0a1d 100644 --- a/odlparent/karaf4-parent/pom.xml +++ b/odlparent/karaf4-parent/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml index 76fc561a..8c41b24e 100644 --- a/odlparent/mdsal-it-parent/pom.xml +++ b/odlparent/mdsal-it-parent/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml index 0c4cec79..4b157521 100644 --- a/odlparent/odlparent-lite/pom.xml +++ b/odlparent/odlparent-lite/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml index cc4644fd..7c9cb071 100644 --- a/odlparent/odlparent/pom.xml +++ b/odlparent/odlparent/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index 35efbe54..fed8b410 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/\${project.groupId}/\${project.artifactId}/\${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index cf94b502..bea9eb12 100644 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -55,7 +55,6 @@ UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -66,6 +65,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -301,8 +301,8 @@ true - + onap-public @@ -363,7 +363,6 @@ JCenter Repository http://jcenter.bintray.com - Restlet Restlet Repository diff --git a/oparent/pom.xml b/oparent/pom.xml index 1713ea42..ae27b326 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -76,7 +76,6 @@ 1.6.5 4.8-1 - @@ -92,8 +91,8 @@ org.springframework.boot spring-boot-dependencies 2.3.8.RELEASE - import pom + import org.antlr @@ -158,7 +157,7 @@ onap-public - https://nexus.onap.org/content/groups/public + ${onap.nexus.public-url} true never @@ -170,7 +169,7 @@ onap-staging - https://nexus.onap.org/content/groups/staging + ${onap.nexus.staging-url} true never @@ -183,7 +182,7 @@ ecomp-release onap-repository-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} true never @@ -195,7 +194,7 @@ ecomp-snapshot onap-repository-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} false @@ -204,6 +203,49 @@ + + + onap-public + ${onap.nexus.public-url} + + true + + + true + + + + onap-staging + ${onap.nexus.staging-url} + + true + + + true + + + + onap-snapshot + ${onap.nexus.snapshot-url} + + false + + + true + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + Restlet + Restlet Repository + http://maven.restlet.com + + diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index c87e8653..3c0373bc 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -28,6 +28,7 @@ JIRA https://jira.onap.org/ + ecomp-releases @@ -57,7 +58,6 @@ 1.8 UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/\${project.groupId}/\${project.artifactId}/\${project.version} @@ -68,6 +68,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -238,6 +239,7 @@ + onap-public diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index d3c9a413..d3ad2bce 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -28,6 +28,7 @@ JIRA https://jira.onap.org/ + ecomp-releases @@ -57,7 +58,6 @@ 1.8 UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -68,6 +68,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -238,6 +239,7 @@ + onap-public diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 11b3d09e..eb6e5e5a 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -28,6 +28,7 @@ JIRA https://jira.onap.org/ + ecomp-releases @@ -57,7 +58,6 @@ 1.8 UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -68,6 +68,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -238,6 +239,7 @@ + onap-public -- 2.16.6