set proxy
This commit is contained in:
parent
1174e47c65
commit
a2ce11fe6d
|
@ -2,6 +2,14 @@
|
|||
<localRepository>/tmp/jetty-builds/jetty8/localRepo</localRepository>
|
||||
<interactiveMode>true</interactiveMode>
|
||||
<offline>false</offline>
|
||||
<proxies>
|
||||
<proxy>
|
||||
<active>true</active>
|
||||
<protocol>http</protocol>
|
||||
<host>proxy.eclipse.org</host>
|
||||
<port>9898</port>
|
||||
</proxy>
|
||||
</proxies>
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>central</id>
|
||||
|
|
Loading…
Reference in New Issue