If I obtain a release build of a github project from a Maven repository, how can I securely verify that it's the authentic build?
DETAILS
That was my X question. My Y question follows.
Maven's Guide to uploading artifacts to the Central Repository says:
To improve the quality of the Central Repository, we require you to provide PGP signatures for all your artifacts (all files except checksums), and distribute your public key to a key server like http://pgp.mit.edu. Read Working with PGP Signatures for more information.
Should I be typically be looking for a PGP signature for the Github project, or for the Github user who made the release, or something else?