From d31e277e0733fbc24b39d48cba3c340cb3ba6885 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 18 Nov 2024 15:41:26 +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: Iba0141c5d1d51712ae2a17b7ffb1daeb2cdc19db Signed-off-by: sourabh_sourabh --- dmi-service/pom.xml | 1 - dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 2 +- dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml | 3 ++- pom.xml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 6aa2e835..17d22751 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -34,7 +34,6 @@ org.onap.cps.ncmp.dmi.Application - ncmp-dmi-plugin UTF-8 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 ca214065..66a12119 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 @@ -109,7 +109,7 @@ - docker + stub-docker true 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 b0441151..93e69100 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 @@ -34,6 +34,7 @@ 3.13.0 17 17 + 3.3.1 @@ -166,6 +167,7 @@ org.apache.maven.plugins maven-surefire-plugin + ${maven.surefire.plugin.version} ${surefireArgLine} @@ -178,5 +180,4 @@ - \ No newline at end of file diff --git a/pom.xml b/pom.xml index feddfa78..56d65d3b 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,6 @@ ${docker.pull.registry}/onap/integration-java17:12.0.0 - ncmp-dmi-plugin ${project.version}-${maven.build.timestamp} -- cgit 1.2.3-korg