Versions Compared

Key

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

...

Basically, setup your settings.xml file as they described except for your pgp gpg key. The version of the gpg plugin we use will ask for it. The deploy.altRepository should be set to something similar to:

...

Code Block
mvn release:prepare -Peverything
mvn release:perform

That will tag the release, update the poms, etc... Then build it (off the tag) and deploy everything (including source jars and javadoc jars) to the deploy.altRepository location and gpg signs everything. Once there, call the vote(s) based on that.

...