chadwick00 commented on code in PR #218:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/218#discussion_r1342895950


##########
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java:
##########
@@ -438,6 +478,40 @@ private boolean checkDependencies()
             warning = true;
         }
 
+        // log dependencies that weren't included
+        if ( verbose && !notIncludedUsedDeclared.isEmpty() )

Review Comment:
   These are logged in the verbose section only. Mirroring the [existing 
verbose 
section](https://github.com/apache/maven-dependency-plugin/blob/master/src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java#L403)
 for the explicitly ignored dependencies, I think you'd also want to understand 
what was ignored implicitly by not being covered within the includes.



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