[ 
https://issues.apache.org/jira/browse/MDEP-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848587#comment-17848587
 ] 

ASF GitHub Bot commented on MDEP-928:
-------------------------------------

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





> Allow to exclude classes from dependency:analyze
> ------------------------------------------------
>
>                 Key: MDEP-928
>                 URL: https://issues.apache.org/jira/browse/MDEP-928
>             Project: Maven Dependency Plugin
>          Issue Type: New Feature
>          Components: analyze, analyze-only, analyze-report
>            Reporter: Slawomir Jaranowski
>            Assignee: Slawomir Jaranowski
>            Priority: Major
>             Fix For: 3.7.0
>
>
> Some of classes can be broken - so possibility to exclude can be helpful.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to