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
The following commit(s) were added to refs/heads/master by this push: new 3fb18ae3 Switch back to install: commons-digester3-dist needs installed files it seems 3fb18ae3 is described below commit 3fb18ae3051cf4cbfb50f3da607dd84f334c5c11 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 19 16:18:07 2023 -0400 Switch back to install: commons-digester3-dist needs installed files it seems --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e54e47a0..a6304768 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> <!--