yahoo / imapnio

Java imap nio client that is designed to scale well for thousands of connections per machine and reduce contention when using large number of threads and cpus.
57 stars 50 forks source link

Migrate from bintray to Maven Central #108

Closed fansu closed 3 years ago

fansu commented 3 years ago

Description

Migrate from Bintray to Maven central for artifacts hosting

  1. Add gpg sign plugin
  2. Sign artifacts during release (achieved by deploy.sh)

Motivation and Context

Bintray is EOL and we need to move to maven central to continue artifacts publishing

How Has This Been Tested?

Locally tested on Mac, able to push 4.3.3 to sonatype https://repo1.maven.org/maven2/com/yahoo/imapnio/imapnio.core/4.3.3/

Screenshots (if appropriate):

Types of changes

Checklist: