Maven – SpotBugs example
In this article, we will show you how to use SpotBugs Maven Plugin to find bugs in Java code. Note Findbugs is no longer maintained, and thus SpotBugs is the spiritual successor of FindBugs P.S SpotBugs requires JDK 1.8 1. Maven SpotBugs Plugin Define the spotbugs-maven-plugin in the reporting tag. So that mvn site will …