-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
New feature, improvement proposal
Would it make sense to create a new release of maven-pmd-plugin?
Currently, the latest version 3.27.0 pulls in PMD version 7.14.0 which does not support Java 25.
This results in the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.27.0:pmd (pmd) on project test: Failed to determine whether report can be generated: Unsupported targetJdk value '25'. -> [Help 1]
I'm aware that I can change the version of PMD used by the maven-pmd-plugin but I believe many people don't do this. Given that many codebases will be upgraded to Java 25 in the next weeks it might make sense to make this as smooth as possible? PMD version is already bumped to version 7.16.0 on the main branch so I'm hoping the effort is limited?
yeikel
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request