-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathivysettings.xml
More file actions
23 lines (22 loc) · 986 Bytes
/
ivysettings.xml
File metadata and controls
23 lines (22 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- ======================================================================
This is the Ivy settings file for public builds, using the format defined by
Ivy.
This file is also used by the Ivy via the ivy:retrieve target in build.xml
which resolves dependencies for the NoSQL DB build. Libraries are retrieved
on demand and are placed in kv/kvstore/lib/kv-external and are not checked
into the kv repository itself.
====================================================================== -->
<ivysettings>
<settings defaultResolver="external"
defaultConflictManager="all" />
<resolvers>
<ibiblio name="libraries" m2compatible="true" />
<ibiblio name="cloudera-repos" m2compatible="true"
root="https://repository.cloudera.com/artifactory/cloudera-repos"/>
<!-- A resolver for both external repositories -->
<chain name="external">
<resolver ref="libraries"/>
<resolver ref="cloudera-repos"/>
</chain>
</resolvers>
</ivysettings>