You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/24 14:11:50 UTC

[commons-csv] branch master updated: Add pmd:cpd-check to Maven default goal

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


The following commit(s) were added to refs/heads/master by this push:
     new c4d666af Add pmd:cpd-check to Maven default goal
c4d666af is described below

commit c4d666af8dad0e32f03a6aa67c3a9cbf257a3504
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 24 10:11:46 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index 1732f7c3..857105e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
   </properties>
 
   <build>
-    <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check pmd:cpd 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>