-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathivysettings.xml
More file actions
33 lines (27 loc) · 954 Bytes
/
Copy pathivysettings.xml
File metadata and controls
33 lines (27 loc) · 954 Bytes
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
<ivysettings>
<resolvers>
<chain name="main-chain">
<!-- Maven Central: https://repo1.maven.org/maven2/ -->
<ibiblio name="central" m2compatible="true"/>
<!-- For: jface 3.2.0-I20060605-1400 -->
<ibiblio
name="jboss"
root="https://repository.jboss.org/nexus/content/groups/public/"
m2compatible="true"
/>
<!-- For: local_policy 1.0|1.6|1.7 -->
<ibiblio
name="ibkey"
root="https://ibkey.sourceforge.net/maven/"
m2compatible="true"
/>
<!-- For: JSch 0.1.44 -->
<ibiblio
name="atlassian"
root="https://maven.artifacts.atlassian.com/"
m2compatible="true"
/>
</chain>
</resolvers>
<settings defaultResolver="main-chain"/>
</ivysettings>