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:31:59 UTC

[commons-dbutils] branch master updated: Add pmd:check 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-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f7c4a8  Add pmd:check to Maven default goal
4f7c4a8 is described below

commit 4f7c4a860ef346c864bea75d097a2bf865d2ce19
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 24 10:31:55 2022 -0400

    Add pmd:check to Maven default goal
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a557d78..8b98d68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
   </properties>
 
   <build>
-    <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:cpd-check javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>