Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.3.2 (Beta)
-
Component/s: None
-
Labels:None
-
Environment:Continuum 1.2.2, Subversion
-
Complexity:Intermediate
-
Number of attachments :
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>
Issue Links
- is related to
-
CONTINUUM-1503
scm release tag default should match what the release plugin uses
-
-
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
-
-
CONTINUUM-1505
release perform page does not use defaults specified in pom for release plugin for goals and useReleaseProfile
-
-
CONTINUUM-1633
release using mvn release plugin
-
- relates to
-
CONTINUUM-2054
Ability to configure the scm comment prefix through the web UI for release prepare
-
While I'd love to see this fixed, I don't want to load up 1.3.1 with more than absolutely necessary.
This seems to be a larger problem than this one config element – see CONTINUUM1633,
CONTINUUM-1503,CONTINUUM-1504,CONTINUUM-1505which all point to different release plugin config being ignored.