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`.
This commit is contained in:
Andreas Dangel 2023-04-06 11:57:37 +02:00
parent 7a89f550d9
commit 3d6e15b523
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -436,7 +436,7 @@
</execution>
</executions>
<configuration>
<linkXRef>true</linkXRef>
<linkXRef>false</linkXRef>
<minimumTokens>100</minimumTokens>
<targetJdk>1.${java.version}</targetJdk>
<rulesets>