adangel commented on issue #712: URL: https://github.com/apache/maven-pmd-plugin/issues/712#issuecomment-4678605366
@janderssonse Until a direct support for SARIF is added, you might just configure the full class name. See https://maven.apache.org/plugins/maven-pmd-plugin/pmd-mojo.html#format Can you try, whether the following works in your pom.xml? ```xml <format>net.sourceforge.pmd.renderers.SarifRenderer</format> ``` -- 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]
