Skip to content

Commit d08da75

Browse files
committed
Add PMD check to the default Maven goal
1 parent 5b3c2a5 commit d08da75

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 checkstyle:check javadoc:javadoc</defaultGoal>
122+
<defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check checkstyle: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
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
6666
<!-- ADD -->
6767
<action type="add" dev="ggregory" due-to="Gary Gregory">Add HmacUtils.hmac(Path).</action>
6868
<action type="add" dev="ggregory" due-to="Gary Gregory">Add HmacUtils.hmacHex(Path).</action>
69+
<action type="add" dev="ggregory" due-to="Gary Gregory">Add PMD check to the default Maven goal.</action>
6970
<!-- UPDATE -->
7071
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 79 to 85 #375.</action>
7172
<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)