-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathivysettings.xml.example
More file actions
25 lines (21 loc) · 904 Bytes
/
Copy pathivysettings.xml.example
File metadata and controls
25 lines (21 loc) · 904 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
<?xml version="1.0" encoding="UTF-8"?>
<ivysettings>
<settings defaultResolver="chained"/>
<!--
<caches default="yourcachedir">
<cache name="yourcachedir" basedir="/path/to/your/cachedir" />
</caches>
-->
<resolvers>
<chain name="chained" returnFirst="true">
<packager name="ivyroundup"
buildRoot="/path/to/your/packagerdir/packager/build"
resourceCache="/path/to/your/packagerdir/packager/cache"
>
<ivy pattern="http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/ivy.xml"/>
<artifact pattern="http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/packager.xml"/>
</packager>
<ibiblio name="ibiblio" m2compatible="true"/>
</chain>
</resolvers>
</ivysettings>