Add helper aggregate project

This commit is contained in:
Alexandre Archambault 2017-05-31 15:24:53 +02:00
parent 8002910a43
commit f609e65f8b
1 changed files with 15 additions and 0 deletions

View File

@ -274,6 +274,21 @@ lazy val js = project
moduleName := "coursier-js"
)
// run sbt-plugins/publishLocal to publish all that necessary for plugins
lazy val `sbt-plugins` = project
.dummy
.aggregate(
coreJvm,
cache,
extra,
`sbt-coursier`,
`sbt-shading`
)
.settings(
shared,
dontPublish
)
lazy val coursier = project
.in(root)
.aggregate(