I'd like to manually verify the PGP signature on a Maven artifact from Central, but I don't know where to start.
I see on Apache's Guide to uploading artifacts to the Central Repository that it says "we require you to provide PGP signatures for all your artifacts".
And I've seen that Sonatype's Nexus Pro software mentions verifying signatures in a blog post on Nexus Pro features
But I can't find any information on how to get the signatures manually. I'm familiar enough with GPG to perform the actual verification. How do I get a .asc
file for an artifact in Central?