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

CLONE -release:prepare 2.0 goal tags at the wrong level, tagging project/ instead of project/trunk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.0
    • 2.3.2
    • prepare
    • None
    • Maven 2.2.1

    Description

      We have switched to the release plug-in 2.0 and are using the prepare goal as we did before using version 2.0-beta-9. Unfortunately, the tag which is now created is copied from the project level, and from the trunk. With version 2.0-beta-9, the tag was correctly copied from the trunk.

      With 2.0-beta-9:

       /project
         |-- trunk/
               |-- pom.xml
               |-- src/
         |-- tags/
               |-- 4.0.1/ (<-- copied from trunk
                    |-- pom.xml
                    |-- src/
      

      With 2.0:

       /project
         |-- trunk/
               |-- pom.xml
               |-- src/
         |-- tags/
               |-- 4.0.1/ (<-- copied from trunk
                    |-- trunk/
                         |-- pom.xml
                         |-- src/
                    |-- tags/
                    |-- branches/
      

      Our pom.xml SCM information is declared as follow:

      <scm>
      	<developerConnection>scm:svn:svn://host/path/project/trunk</developerConnection>
      </scm>
      

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            gebert Claus Gebert
            Votes:
            6 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: