Skip to content

Commit 7de1dcc

Browse files
committed
Add Maven PMD check to the default build
1 parent 052cb6f commit 7de1dcc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</issueManagement>
8989
<inceptionYear>2007</inceptionYear>
9090
<build>
91-
<defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
91+
<defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
9292
<plugins>
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ The <action> type attribute can be add,update,fix,remove.
5555
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD UnusedLocalVariable.</action>
5656
<action dev="ggregory" type="fix" due-to="Gary Gregory">Increase default block size in byte sources from 1024 to 8192 bytes.</action>
5757
<action dev="ggregory" type="fix" due-to="Sebastian Schlatow">Remove double ImagingException from method signatures #462.</action>
58+
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix all PMD issues.</action>
5859
<!-- ADD -->
5960
<action dev="ggregory" type="add" due-to="Arnout Engelen">Add an Imaging-specific security page #439.</action>
6061
<action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property commons.taglist.version for debugging.</action>
6162
<action dev="ggregory" type="add" due-to="Stefal, Gary Gregory">Add support of GPSHPositioningError in GpsTagConstants #451.</action>
6263
<action dev="kinow" type="add" due-to="Glavo">Support Extensions from PNG 1.2 Specification, Version 1.5.0 #269.</action>
6364
<action dev="ggregory" type="add" due-to="Thomas Stieler, Gary Gregory">Optionally force UTF-8 encoding for IPTC records #477.</action>
65+
<action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven PMD check to the default build.</action>
6466
<!-- UPDATE -->
6567
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 69 to 81 #400, #406, #428, #430, #436, #442, #445, #545.</action>
6668
<action dev="ggregory" type="update" due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #416, #423, #431.</action>

0 commit comments

Comments
 (0)