|
|
|
|
|
by rdubz
3356 days ago
|
|
(disclaimer: post author) Any specific examples you have in mind? As I mentioned in the post, the first… 5 Maven plugins I looked for all existed in about as good or better form in SBT-land. Come to think of it, the dependency plugin in SBT, https://github.com/jrudolph/sbt-dependency-graph, seems to be missing some wildcard features that I used to like in maven-dependency-plugin. OTOH, it has some things that afaik don't exist in maven-dependency-plugin, like dot-graph output. |
|