Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-surefire-report-plugin:2.19:report-only
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
outputName | String | 2.3 | The filename to use for the report. Default value is: surefire-report. User property is: outputName. |
showSuccess | boolean | 2.3 | If set to false, only failures are shown. Default value is: true. User property is: showSuccess. |
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. User property is: aggregate. |
alwaysGenerateSurefireReport | boolean | 2.11 | If set to true the surefire report will be generated even when
there are no surefire result files. Defaults to true
to preserve legacy behaviour pre 2.10. Default value is: true. User property is: alwaysGenerateSurefireReport. |
linkXRef | boolean | 2.3 | Whether to link the XRef if found. Default value is: true. User property is: linkXRef. |
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. |
skipSurefireReport | boolean | 2.11 | If set to true the surefire report generation will be skipped. Default value is: false. User property is: skipSurefireReport. |
xrefLocation | File | 2.3 | Location of the Xrefs to link. Default value is: ${project.reporting.outputDirectory}/xref-test. |