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

No Tree or List on some projects. #124

Closed aadrian closed 7 years ago

aadrian commented 7 years ago

Hi,

The actual version (0.8.2) installed globally, doesn't seem to produce any list or tree on this project: https://github.com/nus/gitbucket-plantuml-plugin even if that project does have some dependencies. The only output is the project name.

Thank you.

jrudolph commented 7 years ago

It seems the project has only provided dependencies. Try using provided:dependencyBrowseTree or similar to view the depedency tree for that configuration.

bzz commented 7 years ago

👍 ./sbt provided:dependencyBrowseGraph did the trick