Merge pull request #1133 from cfeduke/0.13-doc-using-sonatype-publish-key

updated doc to include publishing PGP keys to the key server pool
This commit is contained in:
Josh Suereth 2014-02-21 16:57:42 -05:00
commit 44c62094b8
1 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,19 @@ Follow the instructions for the plugin and you'll have PGP signed artifacts in n
artifacts. It can work with the GPG command line tool, but the command
line is not needed.*
If your PGP key has not yet been distributed to the keyserver pool, i.e.,
you've just generated it, you'll need to publish it. You can do so using
the `sbt-pgp <http://scala-sbt.org/sbt-pgp>`_ plugin:
::
pgp-cmd send-key keyname hkp://pool.sks-keyservers.net/
(where keyname is the name, email address used when creating the key or
hexadecimal identifier for the key.)
If you see no output from sbt-pgp then the key name specified was not found.
Second - Maven Publishing Settings
----------------------------------