Description
I have a use case were I want to execute pmd on a huge monorepo project, but only on the changed files.
Getting the changed java files via git is trivial, but it seems that the PMD plugin does not support setting the includes/excludes by user property.
Can we look into adding a property like maven surefires includesFile/excludesFile, which will allow us to specify includes/excludes at runtime?
I may try to prepare a PR for this feature if I have the time.