This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.
Document | Description |
---|---|
JaCoCo | JaCoCo Coverage Report. |
2.8.0-to-snapshot | Comparing source compatibility of dbunit-3.0.0-SNAPSHOT.jar against dbunit-2.8.0.jar |
2.7.3-to-2.8.0 | Comparing source compatibility of dbunit-2.8.0.jar against dbunit-2.7.3.jar |
2.7.2-to-2.7.3 | Comparing source compatibility of dbunit-2.7.3.jar against dbunit-2.7.2.jar |
2.7.1-to-2.7.2 | Comparing source compatibility of dbunit-2.7.2.jar against dbunit-2.7.1.jar |
2.7.0-to-2.7.1 | Comparing source compatibility of dbunit-2.7.1.jar against dbunit-2.7.0.jar |
2.6.0-to-2.7.0 | Comparing source compatibility of dbunit-2.7.0.jar against dbunit-2.6.0.jar |
2.5.4-to-2.6.0 | Comparing source compatibility of dbunit-2.6.0.jar against dbunit-2.5.4.jar |
2.5.3-to-2.5.4 | Comparing source compatibility of dbunit-2.5.4.jar against dbunit-2.5.3.jar |
2.5.2-to-2.5.3 | Comparing source compatibility of dbunit-2.5.3.jar against dbunit-2.5.2.jar |
2.5.1-to-2.5.2 | Comparing source compatibility of dbunit-2.5.2.jar against dbunit-2.5.1.jar |
2.5.0-to-2.5.1 | Comparing source compatibility of dbunit-2.5.1.jar against dbunit-2.5.0.jar |
2.4.9-to-2.5.0 | Comparing source compatibility of dbunit-2.5.0.jar against dbunit-2.4.9.jar |
2.4.8-to-2.4.9 | Comparing source compatibility of dbunit-2.4.9.jar against dbunit-2.4.8.jar |
Source Xref | HTML based, cross-reference version of Java source code. |
Test Source Xref | HTML based, cross-reference version of Java test source code. |
Surefire | Report on the test results of the project. |
Failsafe | Report on the integration test results of the project. |
Checkstyle | Report on coding style conventions. |
CPD | Duplicate code detection. |
PMD | Verification of coding rules. |
JDepend | JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively. |
Javadoc | Javadoc API documentation. |
Test Javadoc | Test Javadoc API documentation. |
Changes | Changes report on releases of this project. |