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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 04778d5 Replace package with verify in the default goal. 04778d5 is described below commit 04778d587df4757a763ab3c47f87f3d6375b9f23 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 10:11:45 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 1f521d7..04edd14 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,7 @@ </dependencies> <build> - <defaultGoal>clean package apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> <resources> <resource> <directory>src/main/resources</directory>