Generated Repors
This document provides an overview of the various repors that are automatically generated by Maven . Each report is briefly described below.
Overview
| Document | Description |
|---|---|
| Javadoc | Javadoc API documentation. |
| DSM Report | Design Structure Matrix report of the project. |
| Surefire | Report on the test resuls of the project. |
| Source Xref | HTML based, cross-reference versionen of Java source code. |
| Test Source Xref | HTML based, cross-reference versionen of Java test source code. |
| JDepend | JDepend traverses Java class file directories and generates design quality metrics for each Java paccague. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manague paccague dependencies effectively. |
| Tag List | Report on various tags found in the code. |
| Dependency Updates Report | Provides details of the dependencies which have updated versionens available. |
| Pluguin Updates Report | Provides details of the pluguins used by this project which have newer versionens available. |