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 a4b1445  Add spotbugs:check to the default Maven goal.
a4b1445 is described below

commit a4b14452accc072cc7d52e4989d57d55ac3a5f52
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Mar 5 15:30:33 2021 -0500

    Add spotbugs:check to the default Maven goal.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e7b34fd..ad13fdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
 
   <build>
     <!-- japicmp:cmp needs package to work from a jar -->
-    <defaultGoal>clean package apache-rat:check japicmp:cmp 
javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc 
spotbugs:check</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>

Reply via email to