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.
Checkstyle[4] Report on coding style conventions.
CPD[5] Duplicate code detection.
PMD[6] Verification of coding rules.
SpotBugs[7] Generates a source code report with the SpotBugs Library.
Javadoc[8] Javadoc API documentation.
Failsafe[9] Report on the integration test results of the project.
Surefire[10] Report on the test results of the project.
awk
Links:
  • [1] https://maven.apache.org
  • [2] xref/index.html
  • [3] xref-test/index.html
  • [4] checkstyle.html
  • [5] cpd.html
  • [6] pmd.html
  • [7] spotbugs.html
  • [8] apidocs/index.html
  • [9] failsafe.html
  • [10] surefire.html
Searching...
No results.