elharo commented on code in PR #393:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/393#discussion_r1609832924


##########
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java:
##########
@@ -266,6 +266,14 @@ public abstract class AbstractAnalyzeMojo extends 
AbstractMojo {
     @Parameter
     private List<String> ignoredPackagings = Arrays.asList("pom", "ear");
 
+    /**
+     * List excluded classes patterns from analyze. Java regular expression 
pattern is applied to full class name.

Review Comment:
   List excluded classes --> Excluded classes



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