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
FAQsFrequently Asked Questions.
ChangesReport on the project changes.
Change LogReport on the source control changelog.
CheckstyleReport on coding style conventions.
Developer ActivityReport on the amount of developer activity.
FindBugs ReportVerification of coding rules.
JavaDocsJavaDoc API documentation.
JavaDoc ReportReport on the generation of JavaDoc.
JCoverageJCoverage test coverage report.
MetricsReport on source code metrics.
Unit TestsReport on the results of the unit tests.
Source XrefA set of browsable cross-referenced sources.
Test XrefA set of browsable cross-referenced test sources.
PMD ReportVerification of coding rules.
CPD ReportDetection of copy-paste code.
Dependency ConvergenceGenerate report which shows how consistent are the versions of artitfacts between projects.
Simian ReportSimian (Code Similarity Analyzer) report.
Task ListReport on tasks specified in the source code.
TasksReport on the project tasks.