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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 22d62e41 No need to specify the default value for linkXref 22d62e41 is described below commit 22d62e41374cfe558f995fd2c0f490e6f93339d6 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 12:58:25 2025 -0400 No need to specify the default value for linkXref --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index b006f009..6dbb8381 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,6 @@ limitations under the License. <version>${commons.pmd.version}</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> - <linkXref>true</linkXref> <rulesets> <ruleset>${basedir}/src/conf/pmd.xml</ruleset> </rulesets>