Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-surefire-report-plugin:2.11:failsafe-report-only
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
outputName | String | 2.10 | The filename to use for the report. Default value is: failsafe-report. |
project | MavenProject | 2.10 | Maven Project |
showSuccess | boolean | 2.10 | If set to false, only failures are shown. Default value is: true. |
Name | Type | Since | Description |
---|---|---|---|
aggregate | boolean | 2.10 | Whether to build an aggregated report at the root, or build
individual reports. Default value is: false. |
alwaysGenerateFailsafeReport | boolean | 2.11 | If set to true the failsafe report will be generated even when
there are no failsafe result files. Defaults to false
to preserve legacy behaviour pre 2.10 Default value is: false. |
linkXRef | boolean | 2.10 | Whether to link the XRef if found. Default value is: true. |
outputDirectory | File | 2.10 | Location where generated html will be created. |
reportsDirectories | File[] | 2.10 | Directories containing the XML Report files that will be parsed and
rendered to HTML format. |
reportsDirectory | File | 2.10 | (Deprecated, use reportsDirectories) This directory contains the
XML Report files that will be parsed and rendered to HTML format. |
skipFailsafeReport | boolean | 2.11 | If set to true the failsafe report generation will be skipped. Default value is: false. |
xrefLocation | File | 2.10 | Location of the Xrefs to link. Default value is: ${project.reporting.outputDirectory}/xref-test. |