[
http://jira.codehaus.org/browse/SCM-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter updated SCM-321:
-----------------------------
Fix Version/s: (was: 1.x)
1.1
> bootstrap does duplicate checkout
> ---------------------------------
>
> Key: SCM-321
> URL: http://jira.codehaus.org/browse/SCM-321
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-plugin
> Affects Versions: 1.x
> Environment: All
> Reporter: Wouter Hermeling
> Assignee: Dan Tran
> Fix For: 1.1
>
> Attachments: BootstrapMojo.java, CheckoutMojo.java
>
>
> A duplicate checkout is performed when executing scm:bootstrap. I checked the
> sources of the plugin. In BoostrapMojo#execute() the following causes problem:
> super.execute();
> CheckOutScmResult result = checkout();
> The super.execute() will perform a checkout since the class inherits from
> CheckoutMojo. And the checkout() method will of course also perform a
> checkout.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira