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 15:01:34 UTC

[commons-lang] 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-lang.git


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

commit aff1ad8ee53d4e3bf8a3996deda2ea93e84ebec0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 4 10:01:32 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 aeab4a2..d913a56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,7 +668,7 @@
 
 
   <build>
-   <defaultGoal>clean package apache-rat:check checkstyle:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
+   <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
    <pluginManagement>
       <plugins>
         <plugin>