Skip to content

Commit

Permalink
Improve docs of linkXRef
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jun 29, 2024
1 parent 3c49ebd commit bce1b39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public abstract class AbstractSurefireReportMojo extends AbstractMavenReport {
private File xrefLocation;

/**
* Whether to link the XRef if found.
* Link the failed tests line numbers to the source xref. Will link
* automatically if Maven JXR plugin is being used.
*/
@Parameter(defaultValue = "true", property = "linkXRef")
private boolean linkXRef;
Expand Down

0 comments on commit bce1b39

Please sign in to comment.