From 9f93f7960c97642a79ed30b84d5127017ed9fc73 Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Fri, 18 Dec 2020 14:37:27 +0100 Subject: Introduce spotbug plugin Issue-ID: CPS-159 Signed-off-by: Claudio David Gasparini Change-Id: I889b3009505421621007031fb99a43c5cd30be82 --- cps-parent/pom.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 55db1a198..1f6ae2c8c 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -26,7 +26,11 @@ UTF-8 /content/repositories/releases/ nexus3.onap.org:10001/onap/cps-service + 4.1.3 2.3.3.RELEASE + 1.8.0-beta4 + 1.5.0 + 4.2.0 3.0.18 /content/repositories/snapshots/ ${project.version} @@ -197,6 +201,66 @@ + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + + com.github.spotbugs + spotbugs + ${spotbugs.version} + + + ${project.groupId} + spotbugs + ${project.version} + + + + org.slf4j + slf4j-simple + ${spotbugs.slf4j.version} + + + + + + jp.skypencil.findbugs.slf4j + bug-pattern + 1.5.0 + + + + Max + + Low + + false + + spotbugs-exclude.xml + + true + + ${project.build.directory}/spotbugs + + + + + analyze-compile + compile + + check + + + + @@ -360,6 +424,10 @@ + + com.github.spotbugs + spotbugs-maven-plugin + \ No newline at end of file -- cgit 1.2.3-korg