You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2008/12/31 00:16: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=159486#action_159486 ] 

Wendy Smoak commented on CONTINUUM-2028:
----------------------------------------

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-1505 which all point to different release plugin config being ignored.

> 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.1
>
>
> 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