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 <[email protected]>
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>

Reply via email to