You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vytautas Čivilis <ci...@idega.com> on 2008/01/26 18:46:26 UTC

release:perform plugin: after release properties are changed to real values

Hi.

If I have pom with the following, for instance:

<scm>
    
<connection>scm:cvs:ext:${user.name}@myrepo.com:/fold/cvs:${groupId}/${artifactId}/</connection>
    
<developerConnection>scm:cvs:ext:${user.name}@myrepo.com:/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:myusername@myrepo.com:/fold/cvs:mygroup/myartf/</connection>
    
<developerConnection>scm:cvs:ext:myusername@myrepo.com:/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?

Thanks.
Vytautas

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


Re: release:perform plugin: after release properties are changed to real values

Posted by Vytautas Čivilis <ci...@idega.com>.
thank you!

Tomasz Pik wrote:
> On Jan 26, 2008 6:46 PM, Vytautas Čivilis <ci...@idega.com> wrote:
>   
>> Hi.
>>
>> If I have pom with the following, for instance:
>>
>> <scm>
>>
>> <connection>scm:cvs:ext:${user.name}@myrepo.com:/fold/cvs:${groupId}/${artifactId}/</connection>
>>
>> <developerConnection>scm:cvs:ext:${user.name}@myrepo.com:/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:myusername@myrepo.com:/fold/cvs:mygroup/myartf/</connection>
>>
>> <developerConnection>scm:cvs:ext:myusername@myrepo.com:/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: 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


Re: release:perform plugin: after release properties are changed to real values

Posted by Tomasz Pik <to...@gmail.com>.
On Jan 26, 2008 6:46 PM, Vytautas Čivilis <ci...@idega.com> wrote:
> Hi.
>
> If I have pom with the following, for instance:
>
> <scm>
>
> <connection>scm:cvs:ext:${user.name}@myrepo.com:/fold/cvs:${groupId}/${artifactId}/</connection>
>
> <developerConnection>scm:cvs:ext:${user.name}@myrepo.com:/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:myusername@myrepo.com:/fold/cvs:mygroup/myartf/</connection>
>
> <developerConnection>scm:cvs:ext:myusername@myrepo.com:/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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>