Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows XP, Java 1.4.2
Description
In release:perform, the variable ${project.artifactId} was replaced with it's value in the connection and developerConnection tags in the pom. This did NOT happen in other place in the pom!
Before release:
<connection>scm:cvs:pserver:cvsanon@cvs.foo.com:/bar:${project.artifactId}</connection>
After release:
<connection>scm:cvs:pserver:cvsanon@cvs.foo.com:/bar:master-pom</connection>
BTW: The issue http://jira.codehaus.org/browse/MRELEASE-16 may be
related to the above problem.
Attachments
Attachments
Issue Links
- is related to
-
MRELEASE-128 SCM properties being replaced during release:perform
- Closed
- relates to
-
MRELEASE-16 release-pom is changed too much
- Closed