The Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.19.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.19.0</version>
</plugin>


Release Notes - Maven PMD Plugin - Version 3.19.0

Bug
* [MPMD-353] API incompatibility with jansi after upgrading m-shared-utils

Task
* [MPMD-354] Upgrade to PMD 6.49.0


Enjoy,

-The Maven team


Reply via email to