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-imaging.git
commit 7de1dcc613f7fa66ffd4694bb44f86b21815e2da Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 26 08:22:33 2025 -0400 Add Maven PMD check to the default build --- pom.xml | 2 +- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24b3a0a8..686a9346 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ </issueManagement> <inceptionYear>2007</inceptionYear> <build> - <defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 36161994..5e6bf2a0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,12 +55,14 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD UnusedLocalVariable.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">Increase default block size in byte sources from 1024 to 8192 bytes.</action> <action dev="ggregory" type="fix" due-to="Sebastian Schlatow">Remove double ImagingException from method signatures #462.</action> + <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix all PMD issues.</action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Arnout Engelen">Add an Imaging-specific security page #439.</action> <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property commons.taglist.version for debugging.</action> <action dev="ggregory" type="add" due-to="Stefal, Gary Gregory">Add support of GPSHPositioningError in GpsTagConstants #451.</action> <action dev="kinow" type="add" due-to="Glavo">Support Extensions from PNG 1.2 Specification, Version 1.5.0 #269.</action> <action dev="ggregory" type="add" due-to="Thomas Stieler, Gary Gregory">Optionally force UTF-8 encoding for IPTC records #477.</action> + <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven PMD check to the default build.</action> <!-- UPDATE --> <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> <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>