File tree 2 files changed +2
-2
lines changed
main/java/org/apache/maven/plugins/pmd 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public abstract class AbstractPmdReport extends AbstractMavenReport {
202
202
* You'd need to start maven with <code>MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=off mvn <goals></code>.
203
203
*/
204
204
@ Parameter (defaultValue = "true" , property = "pmd.showPmdLog" )
205
- @ Deprecated (since = "3.22.0" , forRemoval = true )
205
+ @ Deprecated // (since = "3.22.0", forRemoval = true)
206
206
protected boolean showPmdLog = true ;
207
207
208
208
/**
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ ${project.name}
96
96
Logs from PMD are now always shown and cannot be disabled at runtime after maven has started.
97
97
The property <<<showPmdLog>>> makes no sense anymore and is deprecated now. See
98
98
{{{https://maven.apache.org/maven-logging.html}Maven Logging}} for how to configure logging.
99
- For disabling PMD logs, you'd need to start maven with <<<MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=off mvn <goals>>>>.
99
+ For disabling PMD logs, you'd need to start maven with <<<MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=off mvn <goals> >>>.
100
100
101
101
* The upgrade from PMD 6 to PMD 7.0.0 is a major version change. If you use the default ruleset
102
102
from Maven PMD Plugin, then everything should just work. But if you use a custom ruleset, you
You can’t perform that action at this time.
0 commit comments