Versions Compared

Key

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

...

INFO: If during this prepare you get some subversion related errors, try to do an "svn update" and calling "mvn release:prepare" again. This will then continue the release preparation from where it stopped. You might have to do this multiple times!

If anything goes wrong during the release you can do a rollback:

Code Block

>mvn5 release:rollback

Perform the release

This step will upload the artifacts the the staging repository

...