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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 79a22905 Add PMD CPD check to default Maven goal
79a22905 is described below

commit 79a229050658ac1cb8705111d51b50d38e990dff
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 10 15:26:42 2022 -0400

    Add PMD CPD check to default Maven goal
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 780bd2b8..1269f8b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,7 +352,7 @@
   </properties>
 
   <build>
-    <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check 
spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check 
spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>

Reply via email to