Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-surefire-report-plugin:2.5:report-only
Description:
Attributes:
2.3.validate prior to executing itself.surefire.| Name | Type | Since | Description |
|---|---|---|---|
| outputName | String |
2.3 |
The filename to use for the report. Default value is: surefire-report. |
| project | MavenProject |
2.3 |
Maven Project |
| showSuccess | boolean |
2.3 |
If set to false, only failures are shown. Default value is: true. |
| Name | Type | Since | Description |
|---|---|---|---|
| aggregate | boolean |
2.3 |
Whether to build an aggregated report at the root, or build
individual reports. Default value is: false. |
| linkXRef | boolean |
2.3 |
Whether to link the XRef if found. Default value is: true. |
| outputDirectory | File |
2.3 |
Location where generated html will be created. |
| reportsDirectories | File[] |
2.3 |
Directories containing the XML Report files that will be parsed and
rendered to HTML format. |
| reportsDirectory | File |
2.3 |
(Deprecated, use reportsDirectories) This directory contains the
XML Report files that will be parsed and rendered to HTML format. |
| xrefLocation | File |
2.3 |
Location of the Xrefs to link. Default value is: ${project.reporting.outputDirectory}/xref-test. |
boolean2.3No${aggregate}falseboolean2.3No${linkXRef}truejava.io.File2.3No${project.reporting.outputDirectory}java.lang.String2.3Yes${outputName}surefire-reportorg.apache.maven.project.MavenProject2.3Yes${project}java.io.File[]2.3Nojava.io.File2.3Noboolean2.3Yes${showSuccess}truejava.io.File2.3No${project.reporting.outputDirectory}/xref-test