Generated Reports
This document provides an overview of the various reports that are automatically generated by Maven Each report is briefly described below.
Overview
| Document | Description |
|---|---|
| changelog | Generated Changelog report from SCM |
| CPD Report | Duplicate code detection. |
| Dependency Analysis | Dependency analysis of the project (used declared, used undeclared, unused declared) |
| dev-activity | Generated developer activity report from SCM |
| file-activity | Generate file activity report from SCM |
| JavaDocs | JavaDoc API documentation. |
| JavaNCSS Report | Code metric analysis. |
| PMD Report | Verification of coding rules. |
| RAT Report | Report on binary and source API differences between releases |
| Source Xref | HTML based, cross-reference version of Java source code. |
| Test Source Xref | HTML based, cross-reference version of Java test source code. |