[ 
https://jira.codehaus.org/browse/MRELEASE-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MRELEASE-686.
-----------------------------------

    Resolution: Won't Fix

Please refer to 
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
 if you're wondering why this issue was closed out.

> scmCommentPrefix can't be the empty string when specified in the xml
> --------------------------------------------------------------------
>
>                 Key: MRELEASE-686
>                 URL: https://jira.codehaus.org/browse/MRELEASE-686
>             Project: Maven Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.1
>         Environment: linux, git
>            Reporter: Tresi Arvizo
>            Priority: Minor
>
> The release plugin ignores the scmCommentPrefix parameter when it is set to 
> the empty string in the xml.  It will silently revert back to the default 
> "[maven-release-plugin]".
> Manually specifying -DscmCommentPrefix="" on the "mvn release:prepare" 
> command line does the right thing, however.
> This is using scm:git with a local repo and <pushChanges>false</pushChanges>, 
> if that matters.
> ...
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-release-plugin</artifactId>
>   <version>2.1</version>
>   <configuration>
>     <!-- silently ignored -->
>     <scmCommentPrefix />
>     <!-- also silently ignored -->
>     <scmCommentPrefix></scmCommentPrefix>
>   </configuration>
> </plugin>



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to