The Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.17.0

A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
fragments, as well as being able to fail the build based on these metrics.

https://maven.apache.org/plugins/maven-pmd-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-pmd-plugin</artifactId>
  <version>3.17.0</version>
</plugin>


Release Notes - Maven PMD Plugin - Version 3.17.0

Bug
* [MPMD-342] No debug log message issued when empty report shall be skipped and no issues have been found
* [MPMD-334] Source Encoding parameter is ignored

Improvement
* [MPMD-333] Add release notes documentation
* [MPMD-309] Add configuration option to show suppressed violations

New Feature
* [MPMD-332] Support Java 18

Task
* [MPMD-343] Upgrade to PMD 6.46.0
* [MPMD-341] Upgrade Maven Plugin Test Harness to 3.3.0
* [MPMD-340] Upgrade Maven Reporting API/Impl to 3.1.0
* [MPMD-339] Upgrade plugins in ITs
* [MPMD-338] Upgrade to Doxia/Doxia Sitetools to 1.11.1
* [MPMD-337] Upgrade Maven Parent to 36
* [MPMD-336] Replace deprecated calls to PMD
* [MPMD-331] Require Maven 3.2.5+
* [MPMD-330] Upgrade Maven Parent to 35
* [MPMD-329] Upgrade to PMD 6.45.0

Enjoy,

-The Maven team


Reply via email to