Versions Compared

Key

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

...

In order to make yourself have the right permission to stage java artifacts in Apache Nexus staging repository, please submit your GPG public key into MIT PGP Public Key Server. If you have problem in submit your GPG key to the key server in browse, please try run

Code Block
gpg --keyserver hkp://pool.sks-keyservers.net --send-keys ${PUBLIC_KEY} # send public key
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys ${PUBLIC_KEY} # verify


Also also send public key to ubuntu server via

...