-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmysettings.xml
More file actions
executable file
·47 lines (43 loc) · 2.56 KB
/
Copy pathmysettings.xml
File metadata and controls
executable file
·47 lines (43 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<ivysettings>
<!--
<include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
-->
<include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
<include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
<settings defaultResolver="default"/>
<resolvers>
<url name="exubero">
<ivy pattern="http://www.exubero.com/repo/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" />
<artifact pattern="http://www.exubero.com/repo/[organisation]/[module]/[revision]/[type]s/[artifact]-[revision].[ext]" />
<artifact pattern="http://www.exubero.com/repo/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]" />
</url>
<ibiblio name="google" m2compatible="true" root="https://oss.sonatype.org/content/repositories/google-snapshots/"/>
<ibiblio name="guiceyfruit" m2compatible="true" root="http://guiceyfruit.googlecode.com/svn/repo/releases/"/>
<ibiblio name="gwtp" m2compatible="true" root="http://dep.gwt-platform.googlecode.com/hg/release-repository"/>
<ibiblio name="jboss" m2compatible="true" root="https://repository.jboss.org/nexus/content/repositories/releases/"/>
<ibiblio name="jboss.old" m2compatible="true" root="http://repository.jboss.org/maven2/"/>
<ibiblio name="sun" m2compatible="true" root="http://download.java.net/maven/2/"/>
<ibiblio name="snapshots" m2compatible="true" root="https://oss.sonatype.org/content/repositories/snapshots/"/>"
<!-- <ibiblio name="avaje.org" m2compatible="true" root="http://www.avaje.org/archiva/repository/internal/"/>"-->
<ibiblio name="gilead" m2compatible="true" root="https://gilead.svn.sourceforge.net/svnroot/gilead/gilead/maven-repo/"/>"
<ibiblio name="sfeir.gwtp" m2compatible="true" root="http://code.google.com/p/sfeir/source/browse/repository/"/>"
<ibiblio name="maven2" m2compatible="true" />
<chain name="default" returnFirst="true">
<resolver ref="local"/>
<resolver ref="shared"/>
<resolver ref="exubero"/>
<resolver ref="gwtp"/>
<resolver ref="maven2"/>
<resolver ref="google"/>
<resolver ref="jboss"/>
<resolver ref="jboss.old"/>
<resolver ref="sfeir.gwtp"/>
<resolver ref="snapshots"/>
<!-- <resolver ref="gilead"/>-->
<!-- <resolver ref="guiceyfruit"/>-->
<!-- <resolver ref="avaje.org"/>-->
<resolver ref="sun"/>
</chain>
</resolvers>
</ivysettings>