getify / JSON.minify

Simple minifier for JSON to remove comments and whitespace
http://web.archive.org/web/20100629021329/http://blog.getify.com/2010/06/json-comments/
410 stars 102 forks source link

Create gpg keys for java code signing #37

Closed nrktkt closed 3 years ago

nrktkt commented 8 years ago

For the java port, code deployed to maven central (see #36) is required to be signed. To this end, a gpg key should be created for the organization. This key should be controlled by the maintainers of the organization, and can be securely added to a CI server for automated deployment.

pradyunsg commented 8 years ago

Out of my zone. I'm not going to neither in control of the CI server nor willing to handle the gpg key.

Deferred in entirety to @getify.


PS: @kag0, simply typing #36 will also link the 36'th issue. You don't need to paste the whole url.

nrktkt commented 8 years ago

I've made up a little guide for continuous deployment to maven central, it includes a section on gpg key creation and management.