forked from LAW-Unimi/BUbiNG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivysettings.xml
21 lines (20 loc) · 1.05 KB
/
ivysettings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="ISO-8859-1"?>
<ivysettings>
<include url="${ivy.default.settings.dir}/ivysettings.xml"/>
<credentials host="jars.law.di.unimi.it" realm="Sonatype Nexus Repository Manager" username="lawdevel" passwd="l4w"/>
<resolvers>
<ibiblio name="sonatype" m2compatible="true" root="https://oss.sonatype.org/content/repositories/public/"/>
<!-- <ibiblio name="oracle" m2compatible="true" root="https://download.oracle.com/maven"/> -->
<ibiblio name="law-snapshots" m2compatible="true" root="http://jars.law.di.unimi.it/content/repositories/snapshots" checkmodified="true" changingPattern=".*-SNAPSHOT"/>
<ibiblio name="law-public" m2compatible="true" root="http://jars.law.di.unimi.it/content/repositories/public/"/>
<chain name="default" returnFirst="true">
<resolver ref="local"/>
<resolver ref="law-snapshots"/>
<resolver ref="law-public"/>
<!-- <resolver ref="oracle"/> -->
<resolver ref="sonatype"/>
<resolver ref="main"/>
</chain>
</resolvers>
<caches defaultCacheDir="${user.home}/.ivy/cache" />
</ivysettings>