You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2010/09/23 12:01:37 UTC

[jira] Closed: (MRELEASE-357) mutable CVS User

     [ http://jira.codehaus.org/browse/MRELEASE-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MRELEASE-357.
---------------------------------

    Resolution: Duplicate
      Assignee: Brett Porter

> mutable CVS User
> ----------------
>
>                 Key: MRELEASE-357
>                 URL: http://jira.codehaus.org/browse/MRELEASE-357
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: scm
>    Affects Versions: 2.1
>         Environment: Maven version: 2.0.8
> Java version: 1.5.0_05
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Franz Mayer
>            Assignee: Brett Porter
>
> Hi, I would like to have a mutable user of the cvs-connection, since the changes are done of different users. So I tried to do it like this:
> <scm>
>         <connection>scm:cvs:pserver:${CVS_USER}@<CVS-URL></connection>
> </scm>
> The ${CVS_USER} is a property in settings.xml. This works fine for the first time, but when doing mvn release:clean release:prepare maven substitutes the CVS_USER for the current user and checks the pom in like this:
> <scm>
>         <connection>scm:cvs:pserver:<user>@<CVS-URL></connection>
> </scm>
> It would be good, if the pom wouldn't override the variable ${CVS_USER}.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira