correct signing key information for maven central#987
correct signing key information for maven central#987brainbaking wants to merge 1 commit intovanniktech:mainfrom
Conversation
|
I don't think the changes made in this PR are correct. I'm not using the key id, as it's optional, but I'm using the multiline value with the headers as a GitHub Secret, and it works fine in a GitHub action. |
|
Failing with similar problems I had to remove the keyid as well to make it work (now stuck on other problems). so there is something wrong here with the key id at least. |
|
The key ID has to be exactly the last 8 characters of the full key ID. The official docs for this plugin only have the placeholder "12345678" which isn't really obvious IMO. |
Hi,
The documentation is wrong with regards to signing information to maven central:
This had me running around in circles for a good few hours. Hopefully someone will not do that after this PR!
Thanks,
Wouter