Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:cobertura-maven-plugin:2.3:cobertura
Description:
Attributes:
test prior to executing itself.cobertura.| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File |
- |
The output directory for the report. Default value is: ${project.reporting.outputDirectory}/cobertura. |
| Name | Type | Since | Description |
|---|---|---|---|
| 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. |
| quiet | boolean |
2.1 |
Only output cobertura errors, avoid info messages. Default value is: false. |
java.lang.StringNo${cobertura.report.format}java.lang.String[]Nojava.lang.StringNo${cobertura.maxmem}java.io.FileYes${project.reporting.outputDirectory}/coberturaboolean2.1No${quiet}false