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


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

        

Reply via email to