Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 721 Bytes

sonatype-release-doc.md

File metadata and controls

23 lines (18 loc) · 721 Bytes

Release to Maven Central

  1. Create a ticket with Sonatype
    (This has to be done by our maintenance department once per project).

  2. Install a gpg client to sign the deployment artifacts
    (This step has obviously to be done once per client).

  3. Prepare the release:
    $ mvn release:prepare

  4. Perform the release:
    $ mvn release:perform

  5. Verify the release on Maven central:

  • Navigate to oss.sonatype.org
  • Log in
  • Go to 'Staging Repositories'
  • Search on '42'
  • Select the artifact
  • Press 'close'
  • Wait for closing to finish
  • Press 'release'