Field and Description |
---|
org.apache.maven.plugins.pmd.AbstractPmdViolationCheckMojo.aggregate
since 3.15.0 Use the goal
pmd:aggregate-check or
pmd:aggregate-cpd-check instead. |
org.apache.maven.plugins.pmd.AbstractPmdReport.aggregate
since 3.15.0 Use the goals
pmd:aggregate-pmd and pmd:aggregate-cpd
instead. See FAQ:
Why do I get sometimes false positive and/or false negative violations? for an explanation. |
org.apache.maven.plugins.pmd.AbstractPmdReport.showPmdLog
With 3.22.0 and the upgrade to PMD 7, this parameter has no effect anymore. The PMD log
is now always redirected into the maven log and this can't be disabled by this parameter anymore.
In order to disable the logging, see Maven Logging.
You'd need to start maven with
MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=off mvn <goals> . |
Method and Description |
---|
org.apache.maven.plugins.pmd.PmdReport.createRenderer()
Use
PmdExecutor.createRenderer(String, String) instead. |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.