kroe wrote:
> If the branch must
> be included in the scm entry in the POM (e.g. trunk), then the POM would
> need to be updated every time we create a branch or merge one back into the
> trunk. This sounds like a pain.
Use the release plugin for your releases and creating your branches.
The release plugin is responsible for updating the version numbers and
scm entries in your pom file every time you make a release or every time
you branch. It removes most of the pain, and reduces the release process
down to two commands.
Regards,
Graham
--
|