-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathivysettings.xml
More file actions
17 lines (17 loc) · 762 Bytes
/
Copy pathivysettings.xml
File metadata and controls
17 lines (17 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<ivysettings>
<properties file="${ivy.settings.dir}/ivysettings.properties"/>
<settings defaultResolver="libraries" />
<caches defaultCacheDir="${ivy.settings.dir}/ivy-cache" />
<resolvers>
<filesystem name="projects">
<artifact pattern="${repository.dir}/lib/[artifact]-[revision].[ext]" />
<ivy pattern="${repository.dir}/lib/[module]-[revision].xml" />
</filesystem>
<ibiblio name="libraries" m2compatible="true" usepoms="false" />
</resolvers>
<modules>
<module organisation="commons-logging" name="commons-logging" resolver="projects"/>
<module organisation="commons-codec" name="commons-codec" resolver="projects"/>
<module organisation="junit" name="junit" resolver="projects"/>
</modules>
</ivysettings>