Generates reports based on the SpotBugs Library.
Plugin coordinates:
- Group Id: com.github.spotbugs
- Artifact Id: spotbugs-maven-plugin
Goal Prefix: spotbugs
The
spotbugs plugin has the following goals:
-
help:
Display help information on spotbugs-maven-plugin.
-
spotbugs:
Analyses target project by SpotBugs.
-
check:
Runs analysis like spotbugs goal, and make the build failed if it found any bugs.
-
verify:
Runs analysis like spotbugs goal, and make the build failed if it found any bugs.