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/10 14:12:50 UTC

[commons-vfs] branch master updated: Use verify in default goal instead of package.

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d531b6  Use verify in default goal instead of package.
3d531b6 is described below

commit 3d531b6ce9461e99fb6ce74591298d9384ef2b29
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 10 09:12:45 2022 -0500

    Use verify in default goal instead of package.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d3bb2c..cf066ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
 
   <build>
     <!-- japicmp:cmp needs package to work from a jar -->
-    <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check checkstyle:check</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check checkstyle:check</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>