Skip to content

Instantly share code, notes, and snippets.

@dbist
Last active July 19, 2017 19:40
Show Gist options
  • Save dbist/e82d2ea92bf193354e3689063c6244fe to your computer and use it in GitHub Desktop.
Save dbist/e82d2ea92bf193354e3689063c6244fe to your computer and use it in GitHub Desktop.
# generate findbugs report in target of project as per https://gualtierotesta.wordpress.com/2015/06/14/tutorial-using-findbugs-with-maven/
# run findbugs maven goal first
mvn findbugs:findbugs
# then run site plugin goal
mvn clean install site
# once done, find the html report in target dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment