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-codec.git
commit 699b0a6411763bb9e70eb86435619c9c9b5b985a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 08:54:18 2025 -0400 Add SpotBugs check to the default Maven goal --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 960c403c..b5e9d112 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ limitations under the License. <commons.jacoco.complexityRatio>0.84</commons.jacoco.complexityRatio> </properties> <build> - <defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check checkstyle:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> <plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 45123261..b83006ce 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add HmacUtils.hmac(Path).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add HmacUtils.hmacHex(Path).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add PMD check to the default Maven goal.</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add SpotBugs check to the default Maven goal.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 79 to 85 #375.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-io:commons-io from 2.18.0 to 2.20.0.</action>