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 2225da07 Switch back to verify 2225da07 is described below commit 2225da07b3e11f6ed878c2a75e36bbd4f92617b1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 19 16:16:28 2023 -0400 Switch back to verify --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a6304768..e54e47a0 100644 --- a/pom.xml +++ b/pom.xml @@ -207,7 +207,7 @@ </properties> <build> - <defaultGoal>clean install pmd:cpd-check</defaultGoal> + <defaultGoal>clean verify pmd:cpd-check</defaultGoal> <plugins> <plugin> <!--