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

commit 83f2bd916cb0ceb35959b69ea3e64fa0611f6bd2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 28 07:14:11 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index 0848f9d3..3f769158 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
   </scm>
 
   <build>
-    <defaultGoal>clean verify apache-rat:check japicmp:cmp 
javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check japicmp:cmp spotbugs:check 
javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <!-- Override Javadoc config in parent pom to add JCIP tags -->

Reply via email to