[
https://jira.codehaus.org/browse/MRELEASE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-609.
-----------------------------------
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.
> release:prepare fails while trying to tag SVN with wrong URL
> ------------------------------------------------------------
>
> Key: MRELEASE-609
> URL: https://jira.codehaus.org/browse/MRELEASE-609
> Project: Maven Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.0-beta-8
> Reporter: Phillip Hellewell
>
> If the working copy URL does not match the URL defined in the scm
> <connection> section in the pom, the release plugin mixes things up by using
> part of the path from the working copy URL with the path from the pom.
> For example:
> * Working copy URL: svn+ssh://username@addev/svnrep/core/trunk
> * SCM URL in the pom: scm:svn:http://addev/svn/core/trunk
> (FYI, these both point to the exact same place in SVN).
> The release plugin when doing the tag step will incorrectly try to use a path
> starting with "/svnrep" while using the HTTP protocol. If it's talking to
> the web server, it should be using "/svn" not "/svnrep".
> I tried to workaround the issue by setting remoteTagging=true, and that
> seemed to work once, but it's not working now.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)