Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.2
-
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
- is related to
-
CONTINUUM-1503 scm release tag default should match what the release plugin uses
- Closed
-
CONTINUUM-1504 when autoVersionSubmodules=true is defined in the pom for the release plugin, the release prepare screen should not show or allow changing of child project versions
- Closed
-
CONTINUUM-1505 release perform page does not use defaults specified in pom for release plugin for goals and useReleaseProfile
- Closed
-
CONTINUUM-1633 release using mvn release plugin
- Reopened
- relates to
-
CONTINUUM-2054 Ability to configure the scm comment prefix through the web UI for release prepare
- Closed