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-text.git
The following commit(s) were added to refs/heads/master by this push: new bf014b0 Replace package with verify in the default goal. bf014b0 is described below commit bf014b02c0f335e4a1a1dbc166b00ea3574d91d8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 10:12:56 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 8e1e386..5a9bf80 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ </dependencies> <build> - <defaultGoal>clean package apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> <plugin>