From 38becbcbbc5552150133ee1b4b477903f0f1e6c6 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Wed, 20 Nov 2024 10:37:59 +0000 Subject: [DMI] Fix for DMI merge master Job working - Configured ECOMP snapshot and release repository for onap dmi and stub with root. Issue-ID: CPS-2499 Change-Id: I65aa559e5460b418c1a002a1e486e474500f1d00 Signed-off-by: sourabh_sourabh --- dmi-service/pom.xml | 28 +++++++++++++++++++++- dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 28 +++++++++++++++++++++- pom.xml | 3 ++- 3 files changed, 56 insertions(+), 3 deletions(-) diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index b3b5ff55..645140b3 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -43,6 +43,7 @@ 1.5.0 4.0.1 + 3.1.2 3.3.1 6.6.0 3.1.2 @@ -53,6 +54,11 @@ 0.98 ${project.reporting.outputDirectory}/jacoco-ut 0.8.11 + + + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ @@ -562,6 +568,11 @@ + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.plugin.version} + @@ -605,6 +616,7 @@ + docker @@ -612,7 +624,7 @@ true - onap-dmi-ncmp-plugin + ncmp-dmi-plugin @@ -625,4 +637,18 @@ + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}${snapshotNexusPath} + + + \ No newline at end of file diff --git a/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml b/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml index 0cdac6eb..e513d929 100644 --- a/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml +++ b/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml @@ -31,6 +31,13 @@ org.onap.cps.ncmp.dmi.rest.stub.DmiDemoApplication + + 3.1.2 + + + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ @@ -103,6 +110,11 @@ + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.plugin.version} + @@ -114,7 +126,7 @@ true - onap-dmi-plugin-demo-and-csit-stub + dmi-plugin-demo-and-csit-stub @@ -127,4 +139,18 @@ + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}${snapshotNexusPath} + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4e0a388e..8596be26 100644 --- a/pom.xml +++ b/pom.xml @@ -62,10 +62,11 @@ 17 3.7.1 3.1.2 + false + false https://nexus.onap.org - https://nexus.onap.org /content/repositories/releases/ /content/repositories/snapshots/ -- cgit 1.2.3-korg