We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like an option to keep generating the XML file, but to skip the HTML reports.
The pmd.xml file is used by Sonar so we don't need the HTML reports in this case.
pmd.xml
I've searched on the Internet and looked at the code, but I don't think it's currently possible to skip the Doxia HTML generation.
I guess this is a similar question/request: https://stackoverflow.com/questions/42693443/why-maven-pmd-plugin-generate-pmd-html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New feature, improvement proposal
I would like an option to keep generating the XML file, but to skip the HTML reports.
The
pmd.xml
file is used by Sonar so we don't need the HTML reports in this case.I've searched on the Internet and looked at the code, but I don't think it's currently possible to skip the Doxia HTML generation.
I guess this is a similar question/request: https://stackoverflow.com/questions/42693443/why-maven-pmd-plugin-generate-pmd-html
The text was updated successfully, but these errors were encountered: