Posts

Showing posts with the label maven-central

sbt release to Maven central fails with no public key error

Image
Clash Royale CLAN TAG #URR8PPP sbt release to Maven central fails with no public key error I tried to release better-files to Maven central and I am getting this error. I tried this on fresh checkout on multiple different machines. My steps: > sbt sbt:better-files-root> pgp-cmd gen-key Please enter the name associated with the key: Pathikrit Bhowmick Please enter the email associated with the key: pathikritbhowmick@msn.com Please enter the passphrase for the key: ********* Please re-enter the passphrase for the key: ********* [info] Creating a new PGP key, this could take a long time. [info] Public key := /Users/pathikrit/.sbt/gpg/pubring.asc [info] Secret key := /Users/pathikrit/.sbt/gpg/secring.asc [info] Please do not share your secret key. Your public key is free to share. sbt:better-files-root> pgp-cmd send-key pathikritbhowmick@msn.com hkp://pool.sks-keyservers.net [info] Sending PublicKeyRing(PublicKey(27dfe5f26bf754dc, Pathikrit Bhowmick <pathikritbhowmick@msn....