harningt / atomun-mnemonic

Java component library containing mnemonic<->byte logic.
Apache License 2.0
5 stars 0 forks source link

Setup Maven Central (Sonatype) repository #13

Closed harningt closed 9 years ago

harningt commented 9 years ago

Uploading releases to jfrog then pushing to jcenter has become somewhat of an unnecessary pain. The tasks being upload via gradle (no problem), then push each individual file to jcenter (requiring a manual setup for what version and repo to push to), then publish in jcenter....

I could directly push to jcenter and have them sign with a gpg key that I upload, but I'd rather not upload code signing keys.

It seems that pushing to Maven Central keeps workload to a minimum and can make it 100% automated while I control the keys. Sounds like a winner.

harningt commented 9 years ago

Final fixing commit to pass ruleset: a99524a44d94a49fafc33a7fa0d427e4f976a397