Maven PMD Plugin 3.25.0 released

Michael Osipov <[email protected]> Tue, 27 Aug 2024 15:15:13 +0200
Newsgroups gmane.comp.apache.maven.announce,gmane.comp.version-control.subversion.user,gmane.comp.search.solr.devel
Message-ID <[email protected]>
The Apache Maven team is pleased to announce the release of the Maven 
PMD Plugin version 3.25.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.25.0</version>
</plugin>


Release Notes - Maven PMD Plugin - Version 3.25.0

** Bug
     * [MPMD-368] - Parameter 'localRepository' is deprecated

** Improvement
     * [MPMD-390] - Dynamically calculate xrefLocation/xrefTestLocation

** Task
     * [MPMD-398] - Refresh download page

** Dependency upgrade
     * [MPMD-389] - Upgrade to Doxia 2.0.0 Milestone Stack
     * [MPMD-401] - Upgrade to Parent 43


NOTE: Read the details on this release here: 
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Enjoy,

-The Apache Maven team