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


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

        

Reply via email to