Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarified instructions

...

No Format
mvn release:prepare -Peverything,jaxws22
mvn release:perform

That will The above commands tag the release, update the poms versions, etc... Then , then build it (off the tag), gpg sign and deploy everything (including source jars and javadoc jars) to the Nexus repository location and gpg signs everything. When the build is done staging, you next need to login to the Nexus repository and "close" the staging are. That area (click on Staging Repositories in the left-side menu, select the repo you just uploaded and then select the close button.) Closing is very important. After the staging are area is closed, note the URL for the staging area as you will need that for the vote.

...