本文档概述了Maven自动生成的各种报告。下面简要介绍每份报告。
| 文档 | 描述 |
|---|---|
| 格纹风格 | Report on coding style conventions. |
| Clirr | Report on binary and source API differences between releases |
| Cobertura Test Coverage | Cobertura Test Coverage Report. |
| CPD Report | Duplicate code detection. |
| JavaDocs | JavaDoc API documentation. |
| PMD Report | Verification of coding rules. |
| Source Xref | HTML based, cross-reference version of Java source code. |
| Surefire Report | Report on the test results of the project. |
| Tag List | Report on various tags found in the code. |