Maven 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
MetricsReport on source code metrics.
PMD ReportVerification of coding rules.
CheckstyleReport on coding style conventions.
Simian ReportSimian (Code Similarity Analyzer) report.
FindBugsReport on bug patterns found in compiled code.
ChangesReport on the project changes.
Source XrefA set of browsable cross-referenced sources.
Test XrefA set of browsable cross-referenced test sources.
Unit TestsReport on the results of the unit tests.
Task ListReport on tasks specified in the source code.
JavaDocsJavaDoc API documentation.
JavaDoc ReportReport on the generation of JavaDoc.
FAQsFrequently Asked Questions.