[
https://jira.codehaus.org/browse/MRELEASE-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-506.
-----------------------------------
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.
> Unable to tag multiple projects in ClearCase in same VOB
> --------------------------------------------------------
>
> Key: MRELEASE-506
> URL: https://jira.codehaus.org/browse/MRELEASE-506
> Project: Maven Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.0-beta-8
> Reporter: Clint Shank
>
> release:prepare attempts to create a new tag (label). However, what if
> multiple projects are contained in the same ClearCase VOB, are built are
> different times and you wish to use the same label? On the second project,
> the following error will occur:
> [INFO] Unable to tag SCM
> Provider message:
> The cleartool command failed.
> Command output:
> cleartool: Error: Name "somelabel" already exists.
> cleartool: Error: Unable to create label type "somelabel".
> Perhaps the more appropriate error should be trying to apply a label to a
> file that already has already the label (moving the label could be
> configurable).
> To reproduce, it's simply a matter of creating a label:
> cleartool mklbtype -nc somelabel
> and then running release:prepare:
> mvn --batch-mode release:prepare -Dtag=somelabel
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)