You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Andreas Dangel <ad...@apache.org> on 2022/02/15 18:34:03 UTC

[ANN] Apache Maven PMD Plugin 3.16.0 Released

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


Release Notes - Maven PMD Plugin - Version 3.16.0

Bug
* [MPMD-325] Could not find class due to IncompatibleClassChangeError 
warning
* [MPMD-324] Ruleset URLs have hyphen replaced with forwardslash
* [MPMD-323] ResourceManager should use project base dir instead of pom 
location

Improvement
* [MPMD-328] Shared GitHub Actions

Task
* [MPMD-327] Upgrade to PMD 6.42.0
* [MPMD-326] Set Maven 3.1.1 as minimum version

Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org