This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.
| Document | Description |
|---|---|
| AspectJ Report | The report contains HTML documentation for AspectJ constructs as well as the Java constructs that javadoc renders. In addition it displays the crosscutting nature in the form of links. That means, for example, that you can see everything affecting a method when reading the documentation for the method. |
| Source Xref | HTML based, cross-reference version of Java source code. |
| Test Source Xref | HTML based, cross-reference version of Java test source code. |
| Test JavaDocs | Test JavaDoc API documentation. |
| JavaDocs | JavaDoc API documentation. |
| Surefire Report | Report on the test results of the project. |
| FindBugs Report | Generates a source code report with the FindBugs Library. |
| Changes Report | Changes Report on Releases of the Project. |
| Change Log | Generated change log report from SCM. |
| JavaNCSS Report | Code metric analysis. |
| Tag List | Report on various tags found in the code. |