Skip to content

Commit 699b0a6

Browse files
committed
Add SpotBugs check to the default Maven goal
1 parent 0f2dccc commit 699b0a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ limitations under the License.
119119
<commons.jacoco.complexityRatio>0.84</commons.jacoco.complexityRatio>
120120
</properties>
121121
<build>
122-
<defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check checkstyle:check javadoc:javadoc</defaultGoal>
122+
<defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
123123
<pluginManagement>
124124
<plugins>
125125
<plugin>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
7171
<action type="add" dev="ggregory" due-to="Gary Gregory">Add HmacUtils.hmac(Path).</action>
7272
<action type="add" dev="ggregory" due-to="Gary Gregory">Add HmacUtils.hmacHex(Path).</action>
7373
<action type="add" dev="ggregory" due-to="Gary Gregory">Add PMD check to the default Maven goal.</action>
74+
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SpotBugs check to the default Maven goal.</action>
7475
<!-- UPDATE -->
7576
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 79 to 85 #375.</action>
7677
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-io:commons-io from 2.18.0 to 2.20.0.</action>

0 commit comments

Comments
 (0)