-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathivysettings.xml
More file actions
20 lines (17 loc) · 858 Bytes
/
ivysettings.xml
File metadata and controls
20 lines (17 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<ivysettings>
<settings defaultResolver="External" overwriteMode="newer" />
<!-- location for Restlet stuff -->
<property name="restlet-repo" value="http://maven.restlet.org" />
<!-- location of nexus snapshots repo -->
<!--property name="nexus-snapshots" value="https://oss.sonatype.org/content/repositories/snapshots" /-->
<!-- include default definitions for "local" and "shared" resolvers -->
<include url="${ivy.default.settings.dir}/ivysettings-shared.xml" />
<include url="${ivy.default.settings.dir}/ivysettings-local.xml" />
<resolvers>
<chain name="External" dual="false">
<ibiblio name="restlet" m2compatible="true" root="${restlet-repo}" />
<ibiblio name="maven2" m2compatible="true" />
<!--ibiblio name="nexus" m2compatible="true" root="${nexus-snapshots}" /-->
</chain>
</resolvers>
</ivysettings>