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-compress.git
commit e773efc37dca0f97da4e40092f6fa764509c728a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jan 2 12:43:44 2025 -0500 Add PMD check to 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 57b17887e..0b488b67a 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. </scm> <build> - <defaultGoal>clean artifact:check-buildplan verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal> + <defaultGoal>clean artifact:check-buildplan verify apache-rat:check checkstyle:check pmd:check japicmp:cmp javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> <!-- Override Javadoc config in parent pom to add JCIP tags --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c2ec945c9..b95b2f619 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipCompressorInputStream.Builder allowing to customize the file name and comment Charsets.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipCompressorInputStream.Builder.setOnMemberStart(IOConsumer) to monitor member parsing.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipCompressorInputStream.Builder.setOnMemberEnd(IOConsumer) to monitor member parsing.</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add PMD check to default Maven goal.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 72 to 78 #563, #567, #574, #582, #587, #595.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump com.github.luben:zstd-jni from 1.5.6-4 to 1.5.6-8 #565, #578, #601, #616.</action>