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

Combined graph of multimodule project #9

Open mdr opened 12 years ago

mdr commented 12 years ago

If I have a multimodule project, is there a way of creating a combined graph of all the dependencies of the entire project? If there's a single root, this is easy, but sometimes you have multiple...

jrudolph commented 12 years ago

So you would have a graphml file which had no single root node but instead multiple 'root' nodes for each of the projects? Yes, I understand that this could be worthwhile.

acruise commented 9 years ago

I'd love to have this too... At the moment I'm writing Scala code to parse the output of the dependency graph. :neutral_face: