Chris-Robertson / sbt-make-pom

Make Poms For Github Dependency Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Make Poms For Github Dependency Tracking

License:MIT License


Languages

Language:Scala 100.0%