davenverse / sbt-make-pom   0.0.3

MIT License GitHub

Make Poms For Github Dependency Tracking

Scala versions: 2.12
sbt plugins: 1.0

sbt-make-pom - Make Poms For Github Dependency Tracking Maven Central Code of Consuct

Quick Start

To use sbt-make-pom in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your project/plugins.sbt depending on your needs:

addSbtPlugin("io.chrisdavenport" %% "sbt-make-pom" % "<version>")

How to use

  • sbt makePomMove - This moves files to their associated projects folder. Overwriting the current files in the location.

  • sbt makePomCheck - This can be added to CI to make sure that the commited version matches the version that would be generated. Letting you fail CI if these are not as you expect.

  • makePomExclude - SettingKey for SBT that will make this plugin ignore that project entirely. Can also just manually disable the plugin. .disablePlugin(MakePomPlugin)