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 2023/03/19 19:55:57 UTC

[commons-digester] 01/02: Trying to get CI build to pass...

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

commit 313ea9120ab7a627929479afd52b28517280907e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 15:55:11 2023 -0400

    Trying to get CI build to pass...
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4365d1d2..53de2eb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
   </properties>
 
   <build>
-    <defaultGoal>clean verify pmd:cpd-check</defaultGoal>
+    <defaultGoal>clean install pmd:cpd-check</defaultGoal>
     <plugins>
       <plugin>
         <!--