hwellmann opened a new issue, #1643: URL: https://github.com/apache/maven-dependency-plugin/issues/1643
### New feature, improvement proposal After upgrading `maven-dependency-plugin`, we are getting this warning: ``` [INFO] --- dependency:3.10.0:copy-dependencies (copy-dependencies) @ app --- Warning: Parameter 'silent' (user property 'silent') is deprecated: to be removed in 4.0; use -q command line option instead ``` This is not really helpful. Using `-q` will suppress all Maven output. Setting `silent` for one execution of the Dependency plugin will just suppress logging each copied dependency, which is a valid use case. -- 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]
