Generated Reports

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

Overview

Document Description
Source Xref[2] HTML based, cross-reference version of Java source code.
Test Source Xref[3] HTML based, cross-reference version of Java test source code.
Javadoc[4] Javadoc API documentation.
Failsafe[5] Report on the integration test results of the project.
Surefire[6] Report on the test results of the project.
Checkstyle[7] Report on coding style conventions.
CPD[8] Duplicate code detection.
PMD[9] Verification of coding rules.
SpotBugs[10] Generates a source code report with the SpotBugs Library.
awk
Links:
  • [1] https://maven.apache.org
  • [2] xref/index.html
  • [3] xref-test/index.html
  • [4] apidocs/index.html
  • [5] failsafe.html
  • [6] surefire.html
  • [7] checkstyle.html
  • [8] cpd.html
  • [9] pmd.html
  • [10] spotbugs.html
Searching...
No results.