[
https://jira.codehaus.org/browse/MRELEASE-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte updated MRELEASE-635:
------------------------------------
Component/s: (was: perform)
prepare
> perform does not honor updateWorkingCopiesVersion setting
> ---------------------------------------------------------
>
> Key: MRELEASE-635
> URL: https://jira.codehaus.org/browse/MRELEASE-635
> Project: Maven 2.x Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.1
> Reporter: Scott Carey
>
> release:perform modifies the working copies version when configured not to.
> This was a tag directly from trunk.
> <configuration>
> <autoVersionSubmodules>true</autoVersionSubmodules>
> <remoteTagging>false</remoteTagging>
> <suppressCommitBeforeTag>true</suppressCommitBeforeTag>
> <suppressCommitBeforeBranch>true</suppressCommitBeforeBranch>
> <updateBranchVersions>true</updateBranchVersions>
> <updateWorkingCopyVersions>false</updateWorkingCopyVersions>
> </configuration>
> Happens in both dryRun mode and normal.
> After a non-dryRun pom.xml.releaseBackup files are left behind as well.
> The desired behavior is to leave the working copy alone and only modify the
> tag. Currently, with suppressCommitBeforeTag true, this is possible by
> reverting the local changes left behind by running release:perform.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira