aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2022-08-24 10:10:38 -0400
committerGary Gregory <garydgregory@gmail.com>2022-08-24 10:10:38 -0400
commitc3b1c62155ffa7ac0e88d3fc8e050b6641a36ec2 (patch)
tree07e9041ea0da47876f6e81ef1475396caa3433e9 /pom.xml
parent3187849f338be143543e50f28bca9e18cbbb6ab3 (diff)
downloadapache-commons-lang-c3b1c62155ffa7ac0e88d3fc8e050b6641a36ec2.tar.gz
Revert "Add pmd:cpd to Maven default goal"
This reverts commit 3187849f338be143543e50f28bca9e18cbbb6ab3.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3a00cf2ac..e0bac9ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,7 +668,7 @@
</properties>
<build>
- <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check pmd:cpd javadoc:javadoc</defaultGoal>
+ <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
<pluginManagement>
<plugins>
<plugin>