sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.25k stars 113 forks source link

Add option to list only project modules #179

Open LukaJCB opened 5 years ago

LukaJCB commented 5 years ago

I think it'd be a very useful option to filter out all libraryDependencies and just show all the sbt subprojects/modules.

udalrich commented 5 years ago

Similarly, filtering the modules to a specific group would be useful. In mvn, one can do mvn dependency:tree -Dincludes=*akka* and only see the Akka dependencies (and the path to those).