You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Spencer <pa...@apache.org> on 2006/05/19 06:27:50 UTC

[M2] Release plugin 2.0-beta-4 -${project.artifactId} was replaced with it's value during release:perform

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: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.

Paul Spencer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [M2] Release plugin 2.0-beta-4 -${project.artifactId} was replaced with it's value during release:perform

Posted by Emmanuel Venisse <em...@venisse.net>.
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: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.
> 
> Paul Spencer
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org