Apache Maven PMD Plugin Version 3.13.0 Released
The Maven team is pleased to announce the release of the
Apache Maven PMD Plugin, version 3.13.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 2 3 4 5 |
|
Release Notes – Apache Maven PMD Plugin – Version 3.13.0
-
Bugs:
-
New Feature:
- MPMD-269 – Display PMD version that is being used
-
Improvements:
-
Wish:
- MPMD-225 – Create report even if no warnings have been found by default
-
Tasks:
Dependency upgrade:
MPMD-291 – Upgrade to PMD 6.21.0
Enjoy,
-The Maven team