From 3d6e15b523205aa64ee0373adaa4741cad1b4823 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 6 Apr 2023 11:57:37 +0200 Subject: [PATCH] Disable maven-pmd-plugin option linkXRef We don't have the jxr plugin and also don't create reports. Disabling this option avoids the many warnings like `[WARNING] Unable to locate Source XRef to link to - DISABLED`. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2b90df0c5..45490d2351 100644 --- a/pom.xml +++ b/pom.xml @@ -436,7 +436,7 @@ - true + false 100 1.${java.version}