Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Configuration to disable mirrors request

Hi Steffen,

we had the same problem here, and provided a fix (in Tycho 0.13.0-SNAPSHOT, 
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=353175 ).

But until Tycho 0.13.0 is released, the only option I know is to use 
eclipse.p2.mirrors=false on the command line (as you already
found out).

Best regards,
Holger.


> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Steffen Grunwald
> Sent: Mittwoch, 10. August 2011 18:33
> To: tycho-user@xxxxxxxxxxx
> Subject: [tycho-user] Configuration to disable mirrors request
> 
> Hello,
> 
> when running a tycho build, tycho tries to connect to eclipse.org to
> retrieve a list of available mirrors.
> As we're running an internal p2 repository, this is not necessary. It
> is rather slowing down the build, since the corporate proxy is blocking
> the requests.
> This can be switched off by providing the system property
> eclipse.p2.mirrors=false at the command line.
> Can I provide this property to tycho at a single place in the poms?
> Maybe the tycho-maven-plugin or target-platform-configuration
> configurations?
> If not, can I point the mirror request to a dummy location?
> 
> Steffen



Back to the top