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-compress.git
commit 5097f6b3db98fd6c63b00a3a0e85c38808b91c14 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 7 21:20:28 2022 -0500 Match PMD command line invocation to report section --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 334d15c6..1a32916f 100644 --- a/pom.xml +++ b/pom.xml @@ -458,6 +458,13 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <minimumTokens>200</minimumTokens> + <targetJdk>${maven.compiler.source}</targetJdk> + <rulesets> + <ruleset>${basedir}/pmd-ruleset.xml</ruleset> + </rulesets> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>