Maven PMD Plugin 3.20.0 released
Michael Osipov <[email protected]> Wed, 11 Jan 2023 22:35:18 +0100
| Newsgroups | gmane.comp.java.hadoop.zookeeper.devel,gmane.comp.jakarta.avalon.user,gmane.comp.apache.maven.announce |
|---|---|
| Message-ID | <485fc395-fb6f-5635-8943-fb3e96625663__13133.2961887651$1673473035$gmane$org@apache.org> |
The Apache Maven team is pleased to announce the release of the Maven
PMD Plugin version 3.20.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.20.0</version>
</plugin>
Release Notes - Maven PMD Plugin - Version 3.20.0
** Bug
* [MPMD-335] - Aggregate mode doesn't use additional repositories
** Task
* [MPMD-361] - Explicitly start and end tables with Doxia Sinks in
report renderers
** Dependency upgrade
* [MPMD-356] - Upgrade to PMD 6.50.0
* [MPMD-357] - Upgrade to PMD 6.51.0
* [MPMD-358] - Upgrade to PMD 6.52.0
* [MPMD-360] - Upgrade to PMD 6.53.0
Enjoy,
-The Apache Maven team