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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 5ec94f4 De-duplicate PMD plugin management. 5ec94f4 is described below commit 5ec94f443f66f91f640afa525cbdf0445fc58156 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 30 22:27:08 2021 -0500 De-duplicate PMD plugin management. --- pom.xml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index d307f6b..c680043 100644 --- a/pom.xml +++ b/pom.xml @@ -694,6 +694,9 @@ <version>${commons.pmd-impl.version}</version> </dependency> </dependencies> + <configuration> + <targetJdk>${maven.compiler.target}</targetJdk> + </configuration> </plugin> <plugin> <groupId>org.apache.rat</groupId> @@ -708,21 +711,6 @@ </excludes> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <version>${commons.pmd.version}</version> - <dependencies> - <dependency> - <groupId>net.sourceforge.pmd</groupId> - <artifactId>pmd-java8</artifactId> - <version>${commons.pmd-impl.version}</version> - </dependency> - </dependencies> - <configuration> - <targetJdk>${maven.compiler.target}</targetJdk> - </configuration> - </plugin> </plugins> </pluginManagement> <plugins>