This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.
Document | Description |
---|---|
aspectJ | Similar to javadoc, Maven AspectJ Report renders HTML documentation for pointcuts, advice, and inter-type declarations, as well as the Java constructs that Javadoc renders. Maven AspectJ Report also links advice from members affected by the advice and the inter-type declaration for members declared from aspects. The aspect will be fully documented, as will your target classes, including links to any advice or declarations that affect the class. That means, for example, that you can see everything affecting a method when reading the documentation for the method. |
Change Log | Generated change log report from SCM. |
Changes Report | Changes Report on Releases of the Project. |
Checkstyle | Report on coding style conventions. |
CPD Report | Duplicate code detection. |
FindBugs Report | Generates a source code report with the FindBugs Library. |
JavaDocs | JavaDoc API documentation. |
JavaNCSS Report | Code metric analysis. |
JDepend | JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively. |
PMD Report | Verification of coding rules. |
Source Xref | HTML based, cross-reference version of Java source code. |
Surefire Report | Report on the test results of the project. |
Tag List | Report on various tags found in the code. |
Test JavaDocs | Test JavaDoc API documentation. |
Test Source Xref | HTML based, cross-reference version of Java test source code. |