Skip to content

Deploy to Maven Central

Frieder Reinhold edited this page Feb 20, 2022 · 1 revision

This is for maintainers only

In order to deploy CorreoMQTT to Maven Central you need credentials for Sonatype (currently only @farion has some).

  • Ensure that a "Maven Central CI" Actions ran successful on a specific tag.
  • Go to https://oss.sonatype.org/ and login.
  • Choose "Staging Repositories" on the left.
  • Select the release on the right you want to push.
  • Click "Close" and confirm.
  • Wait till the checks have completed (you'll able to check the progress in the lower area)
  • Click "Release" and confirm.

After this succeeded you'll have to wait till the release is available on https://search.maven.org/artifact/org.correomqtt/correomqtt-client or https://mvnrepository.com/artifact/org.correomqtt/correomqtt-client.

Clone this wiki locally