commit | d7ed9f097252d2dcdcf504fd45bc1e7280b61d4c | [log] [tgz] |
---|---|---|
author | sourabh_sourabh <sourabh.sourabh@est.tech> | Mon Nov 18 13:22:35 2024 +0000 |
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | Mon Nov 18 14:01:30 2024 +0000 |
tree | ca0a6a16bc9f2f714d5a03131f3a2cc91a9ece84 | |
parent | 436a8dc7b4241b685d3f483a5d64b9f4b2000cb5 [diff] [blame] |
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 <sourabh.sourabh@est.tech>
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 830736b..ca21406 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 @@ </parent> <artifactId>dmi-plugin-demo-and-csit-stub-app</artifactId> + <packaging>jar</packaging> <properties> <app>org.onap.cps.ncmp.dmi.rest.stub.DmiDemoApplication</app>