From bff18a5b8f2230ebe0d7290980d1743aac44ba46 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 18 Jan 2017 11:59:27 +0000 Subject: [PATCH] pom.xml: remove the findbugs plugin Replaced by Huntbugs --- README.md | 12 +++++------- pom.xml | 24 +----------------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 66432b0..f8808c4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ maven-compiler-plugin.version|3.5.1 maven-surefire-plugin.version|2.19.1 maven-failsafe-plugin.version|2.19.1 maven-pmd-plugin.version|3.6 -findbugs-maven-plugin.version|3.0.4 +huntbugs.version|0.0.11 jacoco-maven-plugin.version|0.7.7.201606060606 highwheel-maven.version|1.2 maven-project-info-reports-plugin.version|2.9 @@ -118,14 +118,12 @@ during the `verify` phase. No configuration applied beyond the defaults. -## Findbugs Maven Plugin +## Huntbugs Maven Plugin -The [Findbugs Maven Plugin](http://gleclaire.github.io/findbugs-maven-plugin/) -runs the [Findbugs](http://findbugs.sourceforge.net/factSheet.html) code -analysis. +The [Huntbugs Maven Plugin](https://github.com/amaembo/huntbugs) is a +static code analyser. -Runs its [check](http://gleclaire.github.io/findbugs-maven-plugin/check-mojo.html) -goal during the `verify` phase. +Runs during the `compile` phase. ### Configuration diff --git a/pom.xml b/pom.xml index dd2b663..d98110b 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,6 @@ 2.19.1 2.19.1 3.7 - 3.0.4 0.0.11 0.7.7.201606060606 1.2 @@ -257,28 +256,13 @@ - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin.version} - - - check - verify - - check - - - - - one.util huntbugs-maven-plugin ${huntbugs.version} - verify + compile huntbugs @@ -390,12 +374,6 @@ true - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin.version} -