This document provides an overview of the various reports that are automatically generated by Maven Each report is briefly described below.
| Document | Description |
|---|---|
| Changes Report Plugin | Changes Report on Releases of the Project |
| Checkstyle | Report on coding style conventions. |
| CPD Report | Duplicate code detection. |
| JavaDocs | JavaDoc API documentation. |
| JavaNCSS Report | Code metric analysis. |
| Maven JNLP Report | Report on the generated webstart application. |
| PMD Report | Verification of coding rules. |
| Tag List | Report on various tags found in the code. |