How to release Petalslink projects

compared with
Version 4 by Olivier Fabre
on May 20, 2011 16:47.

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

Changes (2)

View Page History
* Launch the release script : *release.sh* *{_}PROJECT_NAMES{_}* *{_}URL_CHECKOUT{_}{*}* *
** *{_}PROJECT_NAMES{_}* : the list of all project names to release, separeted by ",". Project name pattern : *groupID:artefactId*. Exemple : org.ow2.petals:petals-enterprise
** *{_}URL_CHECKOUT{_}* : URL of the svn basedir to checkout. This basedir need to included the projects to release and all its internal dependencies (also released during release process). Release will be performed on this checkouted directory. The checkouted sources will be placed into a subfolder of the folder from which you launch the release process, called "RELEASE_CHECKOUT".
** Answer the questions about release info (the first part of the release process)
* Once the release is performed, you could find released artifacts into petalslink maven repository. More, a subdirectory of the "RELEASE_CHECKOUT" directory, called "release", is created during this process and contains useful release information (global release changelog, released modules, release log).
* Enjoy \:-)