From 436a8dc7b4241b685d3f483a5d64b9f4b2000cb5 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Tue, 12 Nov 2024 13:12:02 +0000 Subject: Fixed the java code checkstyle configuration and jacoco report - Removed oParent dependency. - pulled cps checkstyle and applied for all dmi modules for code style check and copyright. - Ignored checkstyle folder for to be commited. - Fixed java code styles. - Added missing plugins and configurations for jacoco report. - Configured deply plugin and related onap properties. - Temporarily disabled CSIT. Issue-ID: CPS-2471 Change-Id: I5a26c2a156b93c3e58c5c42814f1dff85831d4df Signed-off-by: sourabh_sourabh --- dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) (limited to 'dmi-stub/dmi-plugin-demo-and-csit-stub-app') 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 4da597ba..830736b3 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 @@ -19,6 +19,7 @@ 4.0.0 + org.onap.cps dmi-plugin-demo-and-csit-stub @@ -27,6 +28,10 @@ dmi-plugin-demo-and-csit-stub-app + + org.onap.cps.ncmp.dmi.rest.stub.DmiDemoApplication + + org.springframework.boot @@ -58,4 +63,67 @@ + + + + + + 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 + + + + + \ No newline at end of file -- cgit 1.2.3-korg