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

The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.0-beta-7
    • None
    • prepare
    • None
    • All OSes, Maven 2.0.8

    Description

      The release plugin does not keep the variable substitution in the connection url after a release prepare/perform. A short example:

      SCM Url: scm:svn:${scm.baseurl}/myproject/trunk
      A property: <scm.baseurl>svn+ssh://svn.mydomain.com/therepo</scm.baseurl>

      After running the release plugin I get a new SCM url:

      SCM Url: scm:svn:svn+ssh://svn.mydomain.com/therepo/myproject/trunk

      Is it possible to keep the original url. If I want to change our svn url then I must go through all our projects and that is not a very good idea.

      Thanks in advance
      /Oskar

      Attachments

        Issue Links

          Activity

            People

              brett Brett Porter
              oskar.carlstedt Oskar Carlstedt
              Votes:
              8 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: