Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generate and Upload a Keypair

From Maven's own uploading guide:

Panel
titlePGP Signature

To improve the quality of the Central Maven repository, we require you to provide PGP signatures for all your artifacts (all files except checksums), and distribute your public key to a key server like http://pgp.mit.edu. Read Working with PGP Signatures for more information.


If you don't already have one, you will need to generate a GPG key keypair with which you can sign your artifacts.

You will need the gnupg command line tool (on OSX, this can be installed via brew):

Code Block
languagebash
$ gpg --gen-key

...