Closed phxql closed 8 years ago
+1
It would be nice to have something GPG signed and with sha2sum files along side it as well...
Unfortunately I don't have the GPG key of the Keyczar team :)
@divegeek Does google have a GPG key to sign binaries?
Also, how do I know the binaries don't contain a special backdoor? (from a paranoid security standpoint)
Good point. You don't.
I just thought it would be nice to have the newest version in the maven repository.
On Wed, Oct 7, 2015 at 10:22 AM Devin Lundberg notifications@github.com wrote:
@divegeek https://github.com/divegeek Does google have a GPG key to sign binaries?
Not that I know of. We could set something like that up, though of course security-wise it would only be as good as your trust in whoever held the key (probably me).
Is version 0.66 really the latest one current available for maven?
I'd like to see Keyczar synced to Maven Central rather than having to pull from a repository in Google code.
cosmin, what would be involved in syncing with Maven. I'm not familiar with how it works.
Sonatype has a guide for how to sync with central. Basically there are a few requirements. The Pom file needs to contain repository URL and the license info. Sources and java doc needs to be added too if they are not so it can all be published together. Lastly, releases need to be GPG signed (and there is a maven plugin for that too).
http://central.sonatype.org/pages/ossrh-guide.html
Here is a pull request I created for docopt for maven central sync that illustrates all of these points (although it was never merged and the only version in central is mine).
https://github.com/docopt/docopt.java/pull/6/files
I would be happy to contribute a pull request if there is interest.
Yes, a pull request would be very welcome.
On Sat, Apr 30, 2016 at 8:02 PM Cosmin Stejerean notifications@github.com wrote:
Sonatype has a guide for how to sync with central. Basically there are a few requirements. The Pom file needs to contain repository URL and the license info. Sources and java doc needs to be added too if they are not so it can all be published together. Lastly, releases need to be GPG signed (and there is a maven plugin for that too).
http://central.sonatype.org/pages/ossrh-guide.html
Here is a pull request I created for docopt for maven central sync that illustrates all of these points (although it was never merged and the only version in central is mine).
https://github.com/docopt/docopt.java/pull/6/files
I would be happy to contribute a pull request if there is interest.
— You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub https://github.com/google/keyczar/pull/175#issuecomment-216008030
Shawn Willden | Software Engineer | swillden@google.com | 303-709-2258
Hi,
this commit adds a compiled Keyczar 0.71f to the maven repository found in java/maven.