Codebase for the blog post Top 3 Maven Plugins To Ensure Quality and Security
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
maven-plugins-to-ensure-quality
- Execute
./mvnw verify
. - (Optional) Uncomment the properties inside the
pom.xml
, run./mvnw verify
again to see the build fail - Run
./mvnw spotbugs:check
and then./mvnw spotbugs:gui
to see the detected bugs