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
The following commit(s) were added to refs/heads/master by this push: new 404a9bab Drop spotbugs check from default Maven goal (passes locally oddly but not on GH) 404a9bab is described below commit 404a9babecea83b2605262b44eb5ba33f2a4e7f5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 28 07:32:00 2023 -0400 Drop spotbugs check from default Maven goal (passes locally oddly but not on GH) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f769158..0848f9d3 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 spotbugs:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> <!-- Override Javadoc config in parent pom to add JCIP tags -->