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 <garydgreg...@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> <!--