How to release Petalslink projects

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
* maven package installed
* xmlstarlet package installed : *sudo apt-get install xmlstarlet*
* proper permissions should be set in maven .m2/settings.xml so that local user can deploy artifacts on [http://artifactory.petalslink.com/public] (server id : ebmws-public.release)

h1. {color:#492562}{*}Release steps{*}{color}
** just delete the local checkout directory (it is called RELEASE_CHECKOUT)
* after beginning the automatic release process itself,
** change the current directory to the directory of the project which fails (in the local checkout directory) and launch the rollback of the release (*mvn release:rollback*)
** if release failed at perform time (prepare worked), remove by hand created svn tag.
** launch the rollback of the release (*mvn release:rollback*)
** correct the failure
** return to the release directory and resume (*release.sh resume*).