Apache Maven PMD Plugin Version 3.20.0 Released

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

You can download the appropriate sources etc. from the download page.

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-pmd-plugin</artifactId>
4  <version>3.20.0</version>
5</plugin>

Release Notes - Apache 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 upgrades

Enjoy,

  • The Maven team