tags:

views:

26

answers:

1

When installing or updating plug-ins, the update system of Eclipse always fetch some jar/xml files from eclipse.org, this annoying behavior slows down the update process.

Is there any way to disable it?

+1  A: 

Eclipse should only contact the sites declared in the "Available Softwares Sites" list:

alt text

For instance, in the list above, we have removed all references to eclipse.org, and disabled direct p2 repo addresses, and left only references to out own internal Nexus pro repository (which is able to mirror remote p2 site)

VonC