You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2008/12/31 00:07:19 UTC

[jira] Updated: (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:all-tabpanel ]

Olivier Lamy updated CONTINUUM-2028:
------------------------------------

    Fix Version/s: 1.3.1

> 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