sbt / sbt-dependency-graph

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

How can I run for individual project ? #185

Open kamontat opened 4 years ago

kamontat commented 4 years ago

I already tried sbt module1/compile:dependencyTree or sbt module2/compile:dependencyTree but it still runs every project anyway.

I would like to generate the dependencies tree of all projects as a file. how can I do that?

jatcwang commented 4 years ago

It shouldn't (and runs per project for me when I scope it). Can you provide a repo to reproduce the issue?