This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.
Document | Description |
---|---|
Checkstyle | Report on coding style conventions. |
FindBugs Report | Verification of coding rules. |
PMD Report | Verification of coding rules. |
Simian Report | Simian (Code Similarity Analyzer) report. |
Cobertura | Cobertura test coverage report. |
QALab Report | QALab (QA Trend) report. |
QALab Movers Report | QALab Movers report. |
yDoc-JavaDocs | Ydoc JavaDoc API documentation. |
yDoc-JavaDoc Report | Report on the generation of JavaDoc. |
Metrics | Report on source code metrics. |
Source Xref | A set of browsable cross-referenced sources. |
Task List | Report on tasks specified in the source code. |