Adds the necessary metadata for publication to the Sonatype OSS repo.
To actually publish, you need to install the sbt-gpg plugin locally (e.g. by adding addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1") to ~/.sbt/0.13/plugins/gpg.sbt).
It will probably also require some tedious gpg configuration to get it to use the correct key, etc.
You'll also need login credentials for the Sonatype repo, and I'll have to figure out how to add you to the group. We can sort all that out privately 😄
Adds the necessary metadata for publication to the Sonatype OSS repo.
To actually publish, you need to install the sbt-gpg plugin locally (e.g. by adding
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
to~/.sbt/0.13/plugins/gpg.sbt
).It will probably also require some tedious gpg configuration to get it to use the correct key, etc.
You'll also need login credentials for the Sonatype repo, and I'll have to figure out how to add you to the group. We can sort all that out privately 😄