Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-128

SCM properties being replaced during release:perform

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

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 2.3
    • prepare
    • Windows XP client, Linux repo, CVS, Maven 2.0.4
    • Patch

    Description

      The <scm> section of a pom in CVS for a pom archetype project looks like this prior to executing release:prepare :

      <scm>
      	<connection>${base.cvs.url}:commons-maven/uber-pom</connection>
      	<developerConnection>${base.cvs.url}:commons-maven/uber-pom</developerConnection>
      	<url>${base.viewcvs.url}/commons-maven/uber-pom</url>
      </scm>

      Then after executing release:prepare, the pom in CVS looks like this (new <tag> tag is only difference):

      <scm>
      	<connection>${base.cvs.url}:commons-maven/uber-pom</connection>
      	<developerConnection>${base.cvs.url}:commons-maven/uber-pom</developerConnection>
      	<url>${base.viewcvs.url}/commons-maven/uber-pom</url>
      	<tag>R-1_7</tag>
      </scm>

      Then after executing release:perform, the pom looks like this in CVS:

      <scm>
      	<connection>scm:cvs:pserver:behrcvs.masco-coatings.com:/usr/cvsroot:commons-maven/uber-pom</connection>
      	<developerConnection>scm:cvs:pserver:behrcvs.masco-coatings.com:/usr/cvsroot:commons-maven/uber-pom</developerConnection>
      	<url>http://behrcvs.masco-coatings.com/cgi-bin/viewcvs.cgi/commons-maven/uber-pom</url>
      </scm>

      Notice that the properties that were there for the base URLs for CVS and ViewCVS have been replaced with literal values.

      No other properties in the POM are being replaced

      Attachments

        Issue Links

        Activity

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

          People

            rfscholte Robert Scholte
            craigsdickson Craig S. Dickson
            Votes:
            74 Vote for this issue
            Watchers:
            48 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment