sbt-dependency-graph icon indicating copy to clipboard operation
sbt-dependency-graph copied to clipboard

Combined graph of multimodule project

Open mdr opened this issue 13 years ago • 2 comments

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...

mdr avatar May 23 '12 14:05 mdr

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.

jrudolph avatar May 24 '12 09:05 jrudolph

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:

acruise avatar May 20 '15 23:05 acruise