-
Create a ticket with Sonatype
(This has to be done by our maintenance department once per project). -
Install a gpg client to sign the deployment artifacts
(This step has obviously to be done once per client). -
Prepare the release:
$ mvn release:prepare
-
Perform the release:
$ mvn release:perform
-
Verify the release on Maven central:
- Navigate to oss.sonatype.org
- Log in
- Go to 'Staging Repositories'
- Search on '42'
- Select the artifact
- Press 'release'