---
date_published: 2026-05-13
date_modified: 2026-05-13
canonical_url: https://jawk.io/project-reports.html
---

# Generated Reports

This document provides an overview of the various reports that are automatically generated by [Maven](https://maven.apache.org)[1] . Each report is briefly described below.

## [Overview](#overview)

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