[ 
http://jira.codehaus.org/browse/MRELEASE-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_110355
 ] 

Nick Stolwijk commented on MRELEASE-214:
----------------------------------------

I've tested this with a recent checkout of the plugin 2.0-beta-7-SNAPSHOT and 
cannot reproduce it.

I've build revision 586102 of the plugin and tested it with the following 
configuration:

                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
                                <version>2.0-beta-7-SNAPSHOT</version>
                                <configuration>
                                        
<scmCommentPrefix>[TRAC-BLA]</scmCommentPrefix>
                                </configuration>
                        </plugin>

The [TRAC-BLA] was added to each checkin comment and also was in 
release.properties.

Also tried it with:

                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
                                <version>2.0-beta-7-SNAPSHOT</version>
                        </plugin>

and performed mvn release:prepare -DscmCommentPrefix=[TRAC-BLA], same result.

I'm on a Linux machine, using Maven 2.0.7 and Java 6.


> scm:tag with scmCommentPrefix
> -----------------------------
>
>                 Key: MRELEASE-214
>                 URL: http://jira.codehaus.org/browse/MRELEASE-214
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: scm
>    Affects Versions: 2.0-beta-5
>         Environment: macosx
>            Reporter: fabio melen
>            Assignee: Emmanuel Venisse
>             Fix For: 2.0-beta-5
>
>
> My svn repository use a pre-commit hook in order to check the commit message 
> and to validate it (Trac integration). So I'd like that  the scm:tag, invoked 
> from release:prepare, inherits the scmCommentPrefix value.
> ciao
> fabio

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

        

Reply via email to