Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9b5ddeffc7ec244d082038f728a363e903e7854a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<settings>
  <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>
      <name>central</name>
      <url>http://repo2.maven.org/maven2/</url>
      <mirrorOf>*</mirrorOf>
    </mirror>
  </mirrors>
</settings>

Back to the top