kelunik opened a new issue, #714: URL: https://github.com/apache/maven-pmd-plugin/issues/714
### New feature, improvement proposal Upgrading PMD at runtime to 7.21.0 or later results in an error, 7.20.0 works. ``` ➜ mvn pmd:pmd ``` ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.28.0:pmd (default-cli) on project ...: Execution default-cli of goal org.apache.maven.plugins:maven-pmd-plugin:3.28.0:pmd failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-pmd-plugin:3.28.0:pmd: java.lang.NoSuchMethodError: 'net.sourceforge.pmd.properties.PropertyBuilder$GenericPropertyBuilder net.sourceforge.pmd.properties.PropertyFactory.conventionalEnumProperty(java.lang.String, java.lang.Class)' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
