Versions Compared

Key

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

...

  1. In a separate directory, check out the newly-tagged release from subversion and "mvn install" it.
  2. Now, go back to the directory which has your checkout of 'trunk' (which was used in the above steps)
  3. Run, mvn release:perform
    • If your GPG Code Signing Key isn't found by Maven, you may need to specify your GPG code signing key and passphrase as arguments to the above command: (e.g.) mvn release:perform -Darguments="-Dgpg.keyname=YourKeyId -Dgpg.passphrase=YourKeyPassword"
    • By default, Maven should just prompt you to specify your GPG passphrase.

Verify and Promote Staged Artifacts

...