Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2028

Continuum release prepare should use maven-release-plugin scmCommentPrefix configuration in pom

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.2
    • 1.3.2 (Beta)
    • None
    • None
    • Continuum 1.2.2, Subversion

    Description

      I have a Subversion repository with a pre-commit hook that requires a valid issue tracker id in every commit message.

      The default commit message for release prepare is "[maven-release-manager] prepare for next development iteration" which is not acceptable.

      I tried configuring the scmCommentPrefix for the release plugin in the pom, but the commit message still came out as [maven-release-manager] and was rejected.

        <build>
          <plugins>
            <plugin>
              <artifactId>maven-release-plugin</artifactId>
              <configuration>
                <scmCommentPrefix>[ABCD1234]</scmCommentPrefix>
              </configuration>
            </plugin>
          </plugins>
        </build>
      

      Attachments

        Issue Links

          Activity

            People

              evenisse Emmanuel Venisse
              wsmoak Wendy Smoak
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Slack

                  Issue deployment