You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/04 14:42:42 UTC

[commons-cli] branch master updated: Replace package with verify in the default goal.

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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new f510f71  Replace package with verify in the default goal.
f510f71 is described below

commit f510f719fc8f278bea244c5632897f19314c4e23
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 4 09:42:40 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 4256381..0eee7b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
   </properties>
 
   <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>