[ https://issues.apache.org/jira/browse/MDEP-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896907#comment-17896907 ]
ASF GitHub Bot commented on MDEP-960: ------------------------------------- elharo commented on code in PR #447: URL: https://github.com/apache/maven-dependency-plugin/pull/447#discussion_r1835364703 ########## src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java: ########## @@ -86,8 +87,10 @@ public abstract class AbstractDependencyMojo extends AbstractMojo { /** * If the plugin should be silent. * + * @deprecated to be removed in 4.0; use -Q command line option instead Review Comment: done ########## src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java: ########## @@ -170,18 +173,24 @@ public void setSkip(boolean skip) { /** * @return {@link #silent} + * @deprecated to be removed in 4.0 */ + @Deprecated protected final boolean isSilent() { return silent; } /** * @param silent {@link #silent} + * @deprecated to be removed in 4.0; no API replacement, use -Q command line option instead Review Comment: done > Silent logging somewhat broken in AbstractDependencyMojo > -------------------------------------------------------- > > Key: MDEP-960 > URL: https://issues.apache.org/jira/browse/MDEP-960 > Project: Maven Dependency Plugin > Issue Type: Bug > Reporter: Elliotte Rusty Harold > Assignee: Elliotte Rusty Harold > Priority: Minor > > There's confusion between different SilentLogger classes, as well as a > failure to reset the logger to non-silent when asked. -- This message was sent by Atlassian Jira (v8.20.10#820010)