Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for excludeRoots? #62

Open
jaxley opened this issue Sep 7, 2018 · 0 comments
Open

Support for excludeRoots? #62

jaxley opened this issue Sep 7, 2018 · 0 comments

Comments

@jaxley
Copy link

jaxley commented Sep 7, 2018

When pmd runs via the maven pmd plugin, it honors settings in the pom that exclude certain files (e.g. generated code)

                    <excludeRoots>
                        <excludeRoot>target/generated-sources/annotations</excludeRoot>
                    </excludeRoots>

But when you run the PMD plugin, it doesn't honor this at all and doesn't seem to provide a config option to set this so you can get equivalent results in the IDE as at build time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants