FindBugs Maven Plugin Tutorial
FindBugs is a static code analysis tool which identifies problems found from Java code.
We can integrate FindBugs into our build process by using the FindBugs Maven plugin. This blog post identifies four typical use cases and describes how we can configure the FindBugs Maven plugin to support each use case.
The described use cases are:
- Create FindBugs report as a part of the project reports.
- Fail the build if FindBugs finds problems from the source code.
- Create a XML report without failing the build.
- Create both XML and HTML reports without creating the site.
Read full article from FindBugs Maven Plugin Tutorial
No comments:
Post a Comment