On Jan 26, 2008 6:46 PM, Vytautas Čivilis <[EMAIL PROTECTED]> wrote:
> Hi.
>
> If I have pom with the following, for instance:
>
> <scm>
>
> <connection>scm:cvs:ext:[EMAIL 
> PROTECTED]:/fold/cvs:${groupId}/${artifactId}/</connection>
>
> <developerConnection>scm:cvs:ext:[EMAIL 
> PROTECTED]:/fold/cvs:${groupId}/${artifactId}/</developerConnection>
> </scm>
>
> then after release:perform, the pom in the head would contain real
> values of those properties, e.g.:
>
> <scm>
>
> <connection>scm:cvs:ext:[EMAIL 
> PROTECTED]:/fold/cvs:mygroup/myartf/</connection>
>
> <developerConnection>scm:cvs:ext:[EMAIL 
> PROTECTED]:/fold/cvs:mygroup/myartf/</developerConnection>
> </scm>
>
> That's surely undesired. Is this done on purpose (what it is then), and
> how could I avoid such behavior?

This problem has been reported, you may track it here:
http://jira.codehaus.org/browse/MRELEASE-128

Regards,
Tomek

>
> Thanks.
> Vytautas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to