Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] how to access staged artifacts?

Ok, I guess it's time to submit a ticket.

Romain Grécourt wrote on 10/30/2018 03:29 PM:
It fails to validate your GPG key. The GPG key needs to be published to a valid GPG server.

This should be a one time thing, whoever owns the key should have done that. 

On Tue, Oct 30, 2018 at 3:16 PM Bill Shannon <bill.shannon@xxxxxxxxxx> wrote:
Ok, I'm getting further, I think.

The upload seems to have succeeded:
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaactivation-1020/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom.asc (833 B at 8.4 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO] Remote staged 2 repositories, finished with success.

Then it fails with this when I try to close the repository:
[ERROR] 
[ERROR] Nexus Staging Rules Failure Report
[ERROR] ==================================
[ERROR] 
[ERROR] Repository "jakartaactivation-1020" failures
[ERROR]   Rule "signature-staging" failures
[ERROR]     * No public key: Key with id: (d908a43fb7ec07ac) was not able to be located on &lt;a href="" href="http://keys.gnupg.net:11371/%3Ehttp://keys.gnupg.net:11371/%3C/a%3E" target="_blank" moz-do-not-send="true">http://keys.gnupg.net:11371/&gt;http://keys.gnupg.net:11371/&lt;/a&gt;. Upload your public key and try the operation again.

and lots more errors like that.
Is that because I don't have permission to publish to that groupId?

Or is it because of some other security/gpg problem?

Did it fail to sign my artifacts?  I don't get any errors from maven-gpg-plugin.



Back to the top