From a6b77092e938295d1821393f3c13c43fda2cd43a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 9 Jun 2021 17:31:32 -0400 Subject: [PATCH] Adding distributionManagement section to oparent and standaloneParent poms Replacing hardocded url with properties variable Issue-ID: CCSDK-3329 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ifaa84b695ae45f0de7c431af3489d9b33d4b9fce --- oparent/pom.xml | 10 +++++++++ standalone/pom.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 67 insertions(+), 4 deletions(-) diff --git a/oparent/pom.xml b/oparent/pom.xml index 22de429f..0ab2b163 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -25,6 +25,16 @@ JIRA https://jira.onap.org/ + + + ecomp-releases + ${onap.nexus.release-url} + + + ecomp-snapshots + ${onap.nexus.snapshot-url} + + diff --git a/standalone/pom.xml b/standalone/pom.xml index 4880f0b1..6c9e039a 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -25,6 +25,16 @@ JIRA https://jira.onap.org/ + + + ecomp-releases + ${onap.nexus.release-url} + + + ecomp-snapshots + ${onap.nexus.snapshot-url} + + @@ -145,7 +155,7 @@ onap-public - https://nexus.onap.org/content/groups/public + ${onap.nexus.public-url} true never @@ -157,7 +167,7 @@ onap-staging - https://nexus.onap.org/content/groups/staging + ${onap.nexus.staging-url} true never @@ -170,7 +180,7 @@ ecomp-release onap-repository-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} true never @@ -182,7 +192,7 @@ ecomp-snapshot onap-repository-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} false @@ -191,6 +201,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 + + -- 2.16.6