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/06/30 16:50:50 UTC

[commons-configuration] 02/04: Enable PMD check in default Maven 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-configuration.git

commit 5c1e10ef45c2d5836562399da0e16573f6d93a6f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 30 09:44:32 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index 44c10ab3..ea2c79f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -617,7 +617,7 @@
   </properties>
 
   <build>
-   <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
+   <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
     <testResources>
       <testResource>
         <directory>src/test/resources</directory>