You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Julien HENRY (JIRA)" <ji...@codehaus.org> on 2009/01/30 15:52:19 UTC

[jira] Commented: (CONTINUUM-2028) Continuum release prepare should use maven-release-plugin scmCommentPrefix configuration in pom

    [ http://jira.codehaus.org/browse/CONTINUUM-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163265#action_163265 ] 

Julien HENRY commented on CONTINUUM-2028:
-----------------------------------------

It would be great to be able to give the scm comment prefix in the Continuum UI when doing the release. I also have a pre-commit hook in my organisation but the issue tracker is different for each release so it is not a good solution for me to store it in the pom.

> Continuum release prepare should use maven-release-plugin scmCommentPrefix configuration in pom
> -----------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2028
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2028
>             Project: Continuum
>          Issue Type: Improvement
>    Affects Versions: 1.2.2
>         Environment: Continuum 1.2.2, Subversion
>            Reporter: Wendy Smoak
>             Fix For: 1.3.2
>
>
> 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.
> {noformat}
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-release-plugin</artifactId>
>         <configuration>
>           <scmCommentPrefix>[ABCD1234]</scmCommentPrefix>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira