multiformats / scala-multihash

Scala multihash implementation
MIT License
9 stars 6 forks source link

maven/sonatype publication settings #4

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

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 😄