forked from kairosdb/kairosdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivysettings.xml
30 lines (26 loc) · 1.22 KB
/
ivysettings.xml
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
<ivysettings>
<property name="jetty.version" value="9.4.31.v20200723"/>
<property name="jersey.version" value="1.19.4"/>
<settings defaultResolver="default"/>
<resolvers>
<ibiblio name="local-m2" m2compatible="true"
root="file://${user.home}/.m2/repository"
changingPattern=".*SNAPSHOT"/>
<!--<ibiblio name="my-maven" m2compatible="true" root="http://repo.maven.apache.org/maven2/"/>-->
<!--<ibiblio name="staging" m2compatible="true" root="https://oss.sonatype.org/content/repositories/orgagileclick-1008"/>-->
<ibiblio name="central" m2compatible="true" root="https://repo1.maven.org/maven2/" />
<filesystem name="local-m2-publish" m2compatible="true">
<artifact
pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"/>
</filesystem>
<filesystem name="local-m2-publish-snapshot" m2compatible="true">
<artifact
pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]-SNAPSHOT/[artifact]-[revision]-SNAPSHOT.[ext]"/>
</filesystem>
<chain name="default">
<resolver ref="central"/>
<!--<resolver ref="staging"/>-->
<!--<resolver ref="local-m2-publish"/>-->
</chain>
</resolvers>
</ivysettings>