This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
commit 282408972e9c451b6699e803a0991217e54c0667 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 19 09:21:35 2023 -0500 Remove obsolete option for PMD --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index dad6928..7e0be07 100644 --- a/pom.xml +++ b/pom.xml @@ -637,7 +637,6 @@ under the License. <artifactId>maven-pmd-plugin</artifactId> <configuration> <targetJdk>1.8</targetJdk> - <linkXref>true</linkXref> <rulesets> <ruleset>${basedir}/pmd.xml</ruleset> </rulesets>