GitHub user adangel opened a pull request:
https://github.com/apache/maven-plugins/pull/10
[MPMD-169] Support multi-threaded mode of PMD 5
PMD 5 supports executing in multi-threaded mode, which should be a
performance improvement in case you have multiple cores.
This patch
GitHub user adangel opened a pull request:
https://github.com/apache/maven-plugins/pull/9
[MPMD-167] Upgrade pmd version to 5.0.4 to fix CPD performance issues
PMD just released 5.0.4 with the needed bugfix.
`mvn clean integration-test -Prun-its` is successful for me.