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-validator.git
The following commit(s) were added to refs/heads/master by this push: new 56124e9 Replace package with verify in the default goal. 56124e9 is described below commit 56124e975716dbdfad5ab19e1c33c8c96fea8996 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 10:13:35 2022 -0500 Replace package with verify in the default goal. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3987cf..7907550 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ </distributionManagement> <build> - <defaultGoal>clean package apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal> <resources> <resource> <directory>${basedir}</directory>