hammerlab/sbt-parent

separate various AutoPlugins' builds / published artifacts

Closed this issue · 1 comments

Currently there is some decomposition of plugins but they're not really mixable/matchable; you get them all via

addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.5.2")

It would be good to separate things more so that other projects could just bring in pieces; in particular, [everything but the hammerlab-specific bits] would be a nice artifact to publish

functionality is now broken into pretty granular, separately-published modules