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

${project.artifactId} was replaced with it's value during release:perform

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0-beta-5
    • None
    • None
    • Windows XP, Java 1.4.2

    Description

      In release:perform, the variable ${project.artifactId} was replaced with it's value in the connection and developerConnection tags in the pom. This did NOT happen in other place in the pom!

      Before release:
      <connection>scm:cvs:pserver:cvsanon@cvs.foo.com:/bar:${project.artifactId}</connection>

      After release:
      <connection>scm:cvs:pserver:cvsanon@cvs.foo.com:/bar:master-pom</connection>

      BTW: The issue http://jira.codehaus.org/browse/MRELEASE-16 may be
      related to the above problem.

      Attachments

        Issue Links

          Activity

            People

              evenisse Emmanuel Venisse
              paulsp Paul Spencer
              Votes:
              7 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: