From 1baa672275dd40e5fd010557dc9777d1e60d5189 Mon Sep 17 00:00:00 2001 From: Charles Feduke Date: Fri, 21 Feb 2014 16:12:34 -0500 Subject: [PATCH] updated doc to include publishing PGP keys to the key server pool --- src/sphinx/Community/Using-Sonatype.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/sphinx/Community/Using-Sonatype.rst b/src/sphinx/Community/Using-Sonatype.rst index a1f4bff51..62b705ba2 100644 --- a/src/sphinx/Community/Using-Sonatype.rst +++ b/src/sphinx/Community/Using-Sonatype.rst @@ -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 `_ 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 ----------------------------------