Creates a nicely formatted Surefire Test Report in html format. This goal does not run the tests, it only builds the reports. This is a workaround for http://jira.codehaus.org/browse/MSUREFIREREP-6
Mojo Attributes:
2.3validate prior to executing itself.surefire| Name | Type | Description |
|---|---|---|
| outputName | String |
The filename to use for the report. Default value is surefire-report. |
| project | MavenProject |
Maven Project |
| showSuccess | boolean |
If set to false, only failures are shown. Default value is true. |
| Name | Type | Description |
|---|---|---|
| aggregate | boolean |
Whether to build an aggregated report at the root, or build individual reports. Default value is false. |
| linkXRef | boolean |
Whether to link the XRef if found. Default value is true. |
| outputDirectory | File |
Location where generated html will be created. |
| reportsDirectories | File[] |
Directories containing the XML Report files that will be parsed and rendered to HTML format. |
| reportsDirectory | File |
(Deprecated, use reportsDirectories) This directory contains the XML Report files that will be parsed and rendered to HTML format. |
| xrefLocation | File |
Location of the Xrefs to link. Default value is ${project.reporting.outputDirectory}/xref-test. |
booleanNo${aggregate}falsebooleanNo${linkXRef}truejava.io.FileNo${project.reporting.outputDirectory}java.lang.StringYes${outputName}surefire-reportorg.apache.maven.project.MavenProjectYes${project}java.io.File[]Nojava.io.FileNobooleanYes${showSuccess}truejava.io.FileNo${project.reporting.outputDirectory}/xref-test