You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chris Kilding (Jira)" <ji...@apache.org> on 2021/09/08 14:43:00 UTC

[jira] [Created] (MNG-7241) Add filter option to maven-dependency-tree that shows only deprecated dependencies (and their direct ancestors)

Chris Kilding created MNG-7241:
----------------------------------

             Summary: Add filter option to maven-dependency-tree that shows only deprecated dependencies (and their direct ancestors)
                 Key: MNG-7241
                 URL: https://issues.apache.org/jira/browse/MNG-7241
             Project: Maven
          Issue Type: Sub-task
            Reporter: Chris Kilding


Add a filter option to the maven-dependency-tree plugin which makes it only show deprecated dependencies (and if they are transitive, their immediate ancestors up to the root).

The output will be a reduced subset of the dependency graph to help programmers visualise the deprecated parts of their stack.

By integrating this filter into the existing TreeMojo, we should get the benefit of all the mojo's existing functionality like output formats. So for example you can dump the deprecated dependency subgraph to Graphviz DOT format, and load it in a viewer of your choice.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)