File an issue
Emmanuel
Paul Spencer a écrit :
Release plugin 2.0-beta-4
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:[EMAIL PROTECTED]:/bar:${project.artifactId}</connection>
After release:
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/bar:master-pom</connection>
BTW: The issue http://jira.codehaus.org/browse/MRELEASE-16 may be
related to the above problem.
Paul Spencer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]