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

release:rollback does not honor -DcommitByProject

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.3.2
    • rollback
    • None

    Description

      MRELEASE-168 added a commitByProject flag to release:prepare for situations where you have a project layout

      proj/
      mod1/
      mod2/

      where proj, mod1, mod2 are all different SCM repositories.
      Effectively, instead of doing

      commit proj/pom.xml proj/mod1/pom.xml proj/mod2/pom.xml

      it will run

      commit proj/pom.xml
      commit proj/mod1/pom.xml
      commit proj/mod2/pom.xml

      This works great, but release:rollback doesn't know about this and still tries to commit them all in one go, which fails if they are different source repositories.

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            stevenschlansker Steven Schlansker
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: