From 7eb34c175cf4a1e554ae2a72803bd95e21ae1505 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 9 Oct 2018 10:11:25 +0900 Subject: [PATCH] Replace FindBugs with SpotBugs SpotBugs [1] is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community. This is a backport of [1] which originally did the replacement on the master branch. This change updates to the current latest version, so that we can get the benefit of its checks when pushing changes to the stable branches. [1] https://spotbugs.github.io/ [2] https://git.eclipse.org/r/#/c/101312/ Change-Id: Ib73d56b5980b55f4d7e09d87abec3138cac3d3dc Signed-off-by: David Pursehouse --- pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 02e11c1e9..0afffc19c 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,7 @@ 2.10.3 0.25.0 2.2.4 + 3.1.6 jacoco @@ -323,9 +324,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} true false @@ -528,9 +529,9 @@ 2.5 - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} org.apache.maven.plugins @@ -706,8 +707,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.spotbugs + spotbugs-maven-plugin org.apache.maven.plugins