From 6c877ba9d5e1dfde569593ed88652b93b10ba4a6 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Wed, 13 Nov 2024 16:48:46 +0000 Subject: Fix for cps-ncmp-dmi-plugin-maven-merge-master job Issue-ID: CPS-2496 Change-Id: I66f3a215188eed6dd7c83a52ce831d97f9c0db46 Signed-off-by: sourabh_sourabh --- .gitignore | 1 + dmi-service/pom.xml | 68 +------------------- dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 72 ---------------------- .../dmi-plugin-demo-and-csit-stub-service/pom.xml | 5 +- pom.xml | 65 +++++++++++++++++++ 5 files changed, 70 insertions(+), 141 deletions(-) diff --git a/.gitignore b/.gitignore index c8f6e40b..a6e8081e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.war *.log *.log.zip +*.*~ target/ log/ diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index fccdfaad..306d6118 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -29,13 +29,9 @@ dmi-service - org.onap.cps.ncmp.dmi.Application - ${docker.pull.registry}/onap/integration-java17:12.0.0 - ${project.version}-${maven.build.timestamp} 0.98 - yyyyMMdd'T'HHmmss'Z' - UTF-8 + @@ -413,6 +409,7 @@ org.codehaus.gmavenplus gmavenplus-plugin + 4.0.1 @@ -533,66 +530,5 @@ - - - - com.google.cloud.tools - jib-maven-plugin - 3.3.2 - - - ${app} - USE_CURRENT_TIMESTAMP - - - ${base.image} - - - - latest - ${project.version}-latest - - ${docker.push.registry}/onap/${image.name}:${image.tag} - - - - - package - build - - dockerBuild - - - - deploy - buildAndPush - - build - - - - - - - - - docker - - true - - - ncmp-dmi-plugin - - - - - com.google.cloud.tools - jib-maven-plugin - - - - - - \ 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 3d7ccf6b..4da597ba 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,76 +27,6 @@ dmi-plugin-demo-and-csit-stub-app - - org.onap.cps.ncmp.dmi.rest.stub.DmiDemoApplication - yyyyMMdd'T'HHmmss'Z' - ${docker.pull.registry}/onap/integration-java17:12.0.0 - ${project.version}-${maven.build.timestamp} - UTF-8 - - - - - - - com.google.cloud.tools - jib-maven-plugin - - - ${app} - USE_CURRENT_TIMESTAMP - - - ${base.image} - - - - latest - - ${docker.push.registry}/onap/${image.name}:${image.tag} - - - - - package - build - - dockerBuild - - - - deploy - buildAndPush - - build - - - - - - - - - - - docker - - true - - - dmi-plugin-demo-and-csit-stub - - - - - com.google.cloud.tools - jib-maven-plugin - 3.3.2 - - - - - org.springframework.boot @@ -127,7 +57,5 @@ - - \ No newline at end of file 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 3bb8324b..5e2886e5 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 @@ -24,9 +24,8 @@ dmi-plugin-demo-and-csit-stub 1.6.0-SNAPSHOT - dmi-plugin-demo-and-csit-stub-service - + dmi-plugin-demo-and-csit-stub-service @@ -136,6 +135,7 @@ org.codehaus.gmavenplus gmavenplus-plugin + 4.0.1 @@ -160,5 +160,4 @@ - \ No newline at end of file diff --git a/pom.xml b/pom.xml index f8d34c52..e89e1f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,12 @@ 3.5.2 + org.onap.cps.ncmp.dmi.Application + ${docker.pull.registry}/onap/integration-java17:12.0.0 + ${project.version}-${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + UTF-8 + ncmp-dmi-plugin @@ -123,6 +129,65 @@ + + + + com.google.cloud.tools + jib-maven-plugin + 3.3.2 + + + ${app} + USE_CURRENT_TIMESTAMP + + + ${base.image} + + + + latest + ${project.version}-latest + + ${docker.push.registry}/onap/${image.name}:${image.tag} + + + + + package + build + + dockerBuild + + + + deploy + buildAndPush + + build + + + + + + + + + docker + + true + + + + + com.google.cloud.tools + jib-maven-plugin + + + + + + + -- cgit 1.2.3-korg