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:35:57 UTC

[commons-email] 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-email.git


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

commit 2cd43fdce1c63cd47ada2e5adfbb92d9417c51b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 24 10:35:53 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 a4c570d..94a7fdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@
     </properties> 
 
     <build>
-        <defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check spotbugs:check javadoc:javadoc</defaultGoal>
+        <defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check pmd:cpd-check spotbugs:check javadoc:javadoc</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>