Maven 3 Code Analysis and Reporting | Technophile Blog
The Maven Site 3.x plugin is a "container" for reporting plugins.
Here is a table of some of the more common open source plugins.
Report | Description |
---|---|
Javadoc | Generates JavaDoc |
Java XRef | Cross reference report of project source code |
Tag List | Reports on Tags such as @todo and //TODO |
Project Info | A plethora of miscellaneous report: info, ci, dependencies, scm, plugins, etc. |
Check Style | Checks Code Style for Developers |
Surefire | Reports Test Results |
PMD | Source Code Analyzer |
FindBugs | Reports on common code mistakes and pitfalls |
Sonar | Analysis and metrics on code over time |
Cobertura | Reports Test Coverage |
Versions | Reports on application and plugin versions, and any updates available |
Read full article from Maven 3 Code Analysis and Reporting | Technophile Blog
No comments:
Post a Comment