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:10:56 UTC

[commons-lang] branch master updated: Revert "Add pmd:cpd 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-lang.git


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

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

    Revert "Add pmd:cpd to Maven default goal"
    
    This reverts commit 3187849f338be143543e50f28bca9e18cbbb6ab3.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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