aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2022-11-26 13:14:14 -0500
committerGary Gregory <garydgregory@gmail.com>2022-11-26 13:14:14 -0500
commite4647d994aac28a823ca0b4614e8dd684546ae43 (patch)
treecd94a66206529e80270a54382cd54dc3854e1e52 /pom.xml
parent32b4f30733520ceec5db90b9302af916fe832d98 (diff)
downloadapache-commons-lang-e4647d994aac28a823ca0b4614e8dd684546ae43.tar.gz
Inherit PMD plugin configuration of PMD from parent POM
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/pom.xml b/pom.xml
index 4fe061fef..07d185924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -661,28 +661,6 @@
<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-core</artifactId>
- <version>${commons.pmd-impl.version}</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.pmd</groupId>
- <artifactId>pmd-java</artifactId>
- <version>${commons.pmd-impl.version}</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.pmd</groupId>
- <artifactId>pmd-javascript</artifactId>
- <version>${commons.pmd-impl.version}</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.pmd</groupId>
- <artifactId>pmd-jsp</artifactId>
- <version>${commons.pmd-impl.version}</version>
- </dependency>
- </dependencies>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<excludeFromFailureFile>src/conf/exclude-pmd.properties</excludeFromFailureFile>