Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0-beta-7
-
None
-
None
-
All OSes, Maven 2.0.8
Description
The release plugin does not keep the variable substitution in the connection url after a release prepare/perform. A short example:
SCM Url: scm:svn:${scm.baseurl}/myproject/trunk
A property: <scm.baseurl>svn+ssh://svn.mydomain.com/therepo</scm.baseurl>
After running the release plugin I get a new SCM url:
SCM Url: scm:svn:svn+ssh://svn.mydomain.com/therepo/myproject/trunk
Is it possible to keep the original url. If I want to change our svn url then I must go through all our projects and that is not a very good idea.
Thanks in advance
/Oskar
Attachments
Issue Links
- duplicates
-
MRELEASE-128 SCM properties being replaced during release:perform
- Closed
- is duplicated by
-
MRELEASE-466 Release plugin should preserve pom properties and ${...} variables
- Closed
- is related to
-
MRELEASE-421 overwriting property in version tag, rather than updating property
- Closed