Hi all,
When performing a mvn release:prepare for the branch located at
https://open.jira.com/svn/IKASAN/branches/ikasaneip-0.7.x (creating a
version ikasan-0.7.9).
It seems to do everything correctly except for two weird things.
1.) During the release process it changes the scm section from:
<scm>
<connection>scm:svn:
https://open.jira.com/svn/IKASAN/branches/ikasaneip-0.7.x</connection>
<url>scm:svn:
http://open.jira.com/svn/IKASAN/branches/ikasaneip-0.7.x</url>
</scm>
To:
<scm>
<connection>scm:svn:https://open.jira.com/svn/IKASAN/*
tags/ikasan-0.7.9/ikasaneip-0.7.x*</connection>
<url>scm:svn:http://open.jira.com/svn/IKASAN/*
tags/ikasan-0.7.9/ikasaneip-0.7.x*</url>
</scm>
When I would've expected:
<scm>
<connection>scm:svn:https://open.jira.com/svn/IKASAN/*
tags/ikasan-0.7.9*</connection>
<url>scm:svn:http://open.jira.com/svn/IKASAN/*tags/ikasan-0.7.9*
</url>
</scm>
2.) Subsequently when executing the step to create the ikasan-0.7.9 tag it
tries to execute:
[INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file
C:\DOCUME~1\Admin\LOCALS~1\Temp\maven-scm-51513552.commit --revision 2882 *
https://open.jira.com/svn/IKASAN/branches* https://open.jir
.com/svn/IKASAN/tags/ikasan-0.7.9"
When I would expect:
[INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file
C:\DOCUME~1\Admin\LOCALS~1\Temp\maven-scm-51513552.commit --revision 2882 *
https://open.jira.com/svn/IKASAN/branches/ikasaneip-0.7.x* https://open.jir
.com/svn/IKASAN/tags/ikasan-0.7.9"
Has anybody seen this behaviour before?
I'm using maven 2.2.1 with the latest release plugin (2.0)
Cheers,
Martijn