From 37f738b15c68783ff52f97efffb2953a3631f0d1 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 29 Dec 2024 06:30:40 -0700 Subject: [PATCH] Silence XREF warning in Maven output (#427) 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`. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 6aff4611..b40638d8 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,9 @@ Max Low false + + + false