The Apache Maven team is pleased to announce the release of the Maven PMD Plugin version 3.18.0.

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.18.0</version>
</plugin>


Release Notes - Maven PMD Plugin - Version 3.18.0

** New Feature
    * [MPMD-348] - Support Java 19

** Dependency upgrade
    * [MPMD-345] - Upgrade to PMD 6.47.0
    * [MPMD-347] - Upgrade to PMD 6.48.0
* [MPMD-349] - Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
    * [MPMD-350] - Upgrade Maven Shared Utils to 3.3.4
    * [MPMD-351] - Upgrade Maven Artifact Transfer to 0.13.1
    * [MPMD-352] - Upgrade Maven Common Artifact Filters to 3.3.1

Compatibility Notice: For technical reasons the parameter 'sourceEncoding' has been replaced with 'inputEncoding'. For details please see MPMD-349/2b7d2d7065bae1f984c82d210062064376fbd430.

Enjoy,

-The Apache Maven team

Reply via email to