From d7ed9f097252d2dcdcf504fd45bc1e7280b61d4c Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 18 Nov 2024 13:22:35 +0000 Subject: Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to nexus3.onap.org Issue-ID: CPS-2499 Change-Id: I18929479c73218d59296dcee8e28c50ff2da3a00 Signed-off-by: sourabh_sourabh --- dmi-service/pom.xml | 2 ++ dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 1 + dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml | 1 + pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 6e740e8d..6aa2e835 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -28,6 +28,7 @@ dmi-service + jar @@ -619,6 +620,7 @@ com.google.cloud.tools jib-maven-plugin + 3.3.2 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 830736b3..ca214065 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 @@ -27,6 +27,7 @@ dmi-plugin-demo-and-csit-stub-app + jar org.onap.cps.ncmp.dmi.rest.stub.DmiDemoApplication diff --git a/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml b/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml index 82ebd24f..b0441151 100644 --- a/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml +++ b/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml @@ -27,6 +27,7 @@ dmi-plugin-demo-and-csit-stub-service + jar 4.0.1 diff --git a/pom.xml b/pom.xml index 7669a92d..feddfa78 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - pom ONAP - CPS http://www.onap.org/ @@ -35,18 +34,19 @@ dmi-service dmi-stub + org.onap.cps ncmp-dmi-plugin 1.6.0-SNAPSHOT ncmp-dmi-plugin DMI Plugin Service + pom UTF-8 - org.onap.cps.ncmp.dmi.Application ${docker.pull.registry}/onap/integration-java17:12.0.0 ncmp-dmi-plugin ${project.version}-${maven.build.timestamp} -- cgit 1.2.3-korg