Generated Reports

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

Overview

DocumentDescription
AspectJ ReportThe 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 XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Surefire ReportReport on the test results of the project.
FindBugs ReportGenerates a source code report with the FindBugs Library.
Changes ReportChanges Report on Releases of the Project.
Change LogGenerated change log report from SCM.
JavaNCSS ReportCode metric analysis.
Tag ListReport on various tags found in the code.