Skip to content

Commit

Permalink
Silence XREF warning in Maven output (#427)
Browse files Browse the repository at this point in the history
https://stackoverflow.com/questions/12038238/unable-to-locate-source-xref-to-link-to
describes the rationale.  We don't need linked source code reports,
so it is safe to globally disable `linkXRef`.
  • Loading branch information
MarkEWaite authored Dec 29, 2024
1 parent 003a030 commit 37f738b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
<!-- Silence Maven XREF warning, don't need hyperlinked source code -->
<!-- https://stackoverflow.com/questions/12038238/unable-to-locate-source-xref-to-link-to -->
<linkXRef>false</linkXRef>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 37f738b

Please sign in to comment.