Skip to content

Commit bce1b39

Browse files
committed
Improve docs of linkXRef
1 parent 3c49ebd commit bce1b39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public abstract class AbstractSurefireReportMojo extends AbstractMavenReport {
9090
private File xrefLocation;
9191

9292
/**
93-
* Whether to link the XRef if found.
93+
* Link the failed tests line numbers to the source xref. Will link
94+
* automatically if Maven JXR plugin is being used.
9495
*/
9596
@Parameter(defaultValue = "true", property = "linkXRef")
9697
private boolean linkXRef;

0 commit comments

Comments
 (0)