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/11/06 16:51:37 UTC

[commons-collections] 02/02: Enable PMD check

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

commit 882f005452f40e8b7d6fabbb42f20bb83a77b5f3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 6 11:51:29 2022 -0500

    Enable PMD check
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c5252e62..afb262aa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,7 +599,7 @@
 
 
   <build>
-    <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>