elharo commented on a change in pull request #80:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/80#discussion_r458303008



##########
File path: 
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java
##########
@@ -49,7 +49,7 @@
 
 /**
  * Analyzes the dependencies of this project and determines which are: used 
and declared; used and undeclared; unused
- * and declared. Also determines which dependencies have a broader scope than 
needed.
+ * and declared; non-test scoped test-only dependencies.

Review comment:
       That sounds like an issue. We probably don't want to suggest changing 
runtime scope to test scope since the analyzer can't detect how a runtime 
dependency is used. 




----------------------------------------------------------------
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.

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


Reply via email to