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



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to