[ 
http://jira.codehaus.org/browse/MECLIPSE-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=131116#action_131116
 ] 

Julien Renaut commented on MECLIPSE-377:
----------------------------------------

No need to patch this.

Here is what i've done:

Add the following to your root pom.xml (under build -> plugins):

                        <plugin>
                                <inherited>false</inherited>
                                <artifactId>maven-clean-plugin</artifactId>
                                <configuration>
                                        <skip>true</skip>
                                </configuration>
                        </plugin>

The source status cache file is saved under the target dir of the your root 
pom. Unless you really need to delete it during clean goal you can skip it. 
That way you won't loose your source status file. Plus, this file is shared by 
all projects under your root pom.

Hope this helps.

> eclipse:eclipse -DdownloadSources=true shouldn't attempt download more than 
> once in a multi-project
> ---------------------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-377
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-377
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: Core : Dependencies resolution and build path, Core : 
> Multi-projects
>    Affects Versions: 2.4
>            Reporter: Steinar Bang
>
> If you run "mvn eclipse:eclipse -DdownloadSources=true" it attempts to 
> download source jars for all projects, even when it has tried (and failed) to 
> download the jars in earlier projects.  This slows down the goal a lot on 
> slow network connections.

-- 
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