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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new ac4ceda9 Enable PMD's copy/paste detector in the default Maven goal
ac4ceda9 is described below
commit ac4ceda9c508ed6088e76ad7cc759a0f76ea8f50
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 30 12:54:05 2022 -0400
Enable PMD's copy/paste detector in the default Maven goal
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 16406096..a847cb17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -617,7 +617,7 @@
</properties>
<build>
- <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check
spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
+ <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check
spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc</defaultGoal>
<testResources>
<testResource>
<directory>src/test/resources</directory>