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 2021/11/27 03:27:27 UTC

[commons-vfs] 08/08: Enabled PMD check in 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-vfs.git

commit 4d7756e72b6068a47ef08bddde26c5901e23c0e1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 26 22:27:16 2021 -0500

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

diff --git a/pom.xml b/pom.xml
index 448346e..c73dd1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
 
   <build>
     <!-- japicmp:cmp needs package to work from a jar -->
-    <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check</defaultGoal>
+    <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>