From 2bd625b905936425802d02f3bc067d5f56412188 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Tue, 27 Apr 2021 11:39:32 +0100 Subject: [PATCH] Integrate code quality tools for CPS Temporal Issue-ID: CPS-346 Signed-off-by: puthuparambil.aditya Change-Id: Idfad50919d82a5c115b8824c9f51ee65f877993f --- pom.xml | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 141 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9a68a5..49dce9f 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,12 @@ 11 0.8 + 1.0.1 + 1.0.1 + 3.2.0 + 4.1.3 + 1.8.0-beta4 + 4.2.0 @@ -140,6 +146,141 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + + ${project.build.sourceDirectory} + + false + warning + true + + + + onap-java-style + + check + + process-sources + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + + true + true + true + false + warning + true + + + + cps-java-style + + check + + process-sources + + cps-java-style.xml + + ${project.build.sourceDirectory} + + true + true + true + true + warning + true + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + + + org.onap.cps + checkstyle + ${cps.checkstyle.version} + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + + com.github.spotbugs + spotbugs + ${spotbugs.version} + + + org.onap.cps + spotbugs + ${cps.spotbugs.version} + + + + org.slf4j + slf4j-simple + ${spotbugs.slf4j.version} + + + + + + jp.skypencil.findbugs.slf4j + bug-pattern + 1.5.0 + + + + Max + + Low + + true + + spotbugs-exclude.xml + + true + + ${project.build.directory}/spotbugs + + + + + analyze-compile + compile + + check + + + + org.apache.maven.plugins maven-surefire-plugin @@ -206,5 +347,4 @@ - -- 2.16.6