Skip to content

Commit

Permalink
Improve internal field order
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jul 10, 2024
1 parent 26ae10d commit 805f6b7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ public abstract class AbstractSurefireReportMojo extends AbstractMavenReport {
@Parameter(defaultValue = "${reactorProjects}", readonly = true)
private List<MavenProject> reactorProjects;

/**
* Location of the Xrefs to link.
*/
@Parameter(defaultValue = "${project.reporting.outputDirectory}/xref-test")
private File xrefLocation;

/**
* 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;

/**
* Location of the Xrefs to link.
*/
@Parameter(defaultValue = "${project.reporting.outputDirectory}/xref-test")
private File xrefLocation;

/**
* Whether to build an aggregated report at the root, or build individual reports.
*/
Expand Down

0 comments on commit 805f6b7

Please sign in to comment.