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

Root Module metadata is incomplete.

Open NicolasRouquette opened this issue 8 years ago • 0 comments

I noticed that for both ivy & sbt reports, the metadata about the root Module is incomplete; in particular, there is no license information.

For Ivy reports, the root module is constructed with only a ModuleID:

https://github.com/jrudolph/sbt-dependency-graph/blob/master/src/main/scala/net/virtualvoid/sbt/graph/backend/IvyReport.scala#L50

For sbt reports, the root module is also constructed with only a ModuleID:

https://github.com/jrudolph/sbt-dependency-graph/blob/master/src/main/scala/net/virtualvoid/sbt/graph/backend/SbtUpdateReport.scala#L48

It is unclear how the additional metadata (license, extraInfo, ..) could be passed to these constructors.

NicolasRouquette avatar Aug 28 '16 03:08 NicolasRouquette