Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This step will sign, checksum, and push all release artifacts (including javadocs and sources) to the staging repository.

...

Run the following:

Code Block
mvn release:perform

...

You should be prompted by Maven to specify your GPG passphrase (which you established when you created your Code Signing Key). If you run into any issues, it's possible to specify your GPG key and passphrase as arguments (e.g.

-Darguments="-Dgpg.keyname=YourKeyId -Dgpg.passphrase=YourKeyPassword"

...

Info
titleIf you need to re-deploy

...

If any errors or problems occur during the deploy, you can re-run mvn release:perform safely after fixing those issues (re-running it will just overwrite existing staged contents).

Verify and Release Staged Artifacts

...