To promote the new typesafe sbt plugin naming conventions (and support), and to denote the fact that the PGP plugin works without requiring GPG to be installed, The xsbt-gpg-plugin has been renamed to sbt-pgp.
The new plugin can be found here for SBT 0.12.x:
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.7")
The project is now located here:
Please update your git remote urls!
Included in the 0.7 release:
- Appropriate error message on bad password
- Retry bad passwords 3x
- skip setting behaves properly
Special thanks to Ievgen Platonov (jozic), sirthais and Peter Vlugter for fixes in this version.
- Josh