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

Include classifier in module name #170

Open dpennell opened 5 years ago

dpennell commented 5 years ago

In switching from the unshaded to the shaded version of cassandra-driver-core, I spent a lot of time using this plugin. Unfortunately, the module identifier displayed does not included the classifier, so it was impossible to tell which of the two com.datastax.cassandra:cassandra-driver-core:3.2.0 entries was which.

Is it reasonable to add classifier(s) to the name that this plugin displays? If so, I'm willing to submit a PR.