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:20:03 UTC

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


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

commit 748e8178c2cf225a0ba7b1bbbaf54ebe8cf51df7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 24 10:19:58 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 2d9e373..40a0a4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
   </properties>
 
   <build>
-  <defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc</defaultGoal>
+  <defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:cpd-check javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>