Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.1
    • None
    • scm
    • None
    • Maven version: 2.0.8
      Java version: 1.5.0_05
      OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

    Description

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

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            brett Brett Porter
            fma-001 Franz Mayer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment