Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:cobertura-maven-plugin:2.5.1:cobertura
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File | - | The output directory for the report. Default value is: ${project.reporting.outputDirectory}/cobertura. |
| Name | Type | Since | Description |
|---|---|---|---|
| aggregate | boolean | - | Generate aggregate reports in multi-module projects. Default value is: false. |
| encoding | String | 2.4 | The encoding for the java source code files. Default value is: UTF-8. |
| format | String | - | The format of the report. (supports 'html' or 'xml'. defaults to
'html') |
| formats | String[] | - | The format of the report. (can be 'html' and/or 'xml'. defaults to
'html') |
| maxmem | String | - | Maximum memory to pass to JVM of Cobertura processes. |
| omitGplFiles | boolean | - | Whether to remove GPL licensed files from the generated report.
This is required to distribute the report as part of a
distribution, which is licensed under the ASL, or a similar
license, which is incompatible with the GPL. Default value is: false. |
| quiet | boolean | 2.1 | Only output cobertura errors, avoid info messages. Default value is: false. |