summaryrefslogtreecommitdiff
path: root/ivysettings.xml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-04-30 06:52:54 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-04-30 06:52:54 -0700
commit206d83b645af34ddf7d67001b84c17b35a9fab9c (patch)
treef09eedab6fd2c862e4ec5a6232412d2c567e3aed /ivysettings.xml
Adding build files
Diffstat (limited to 'ivysettings.xml')
-rw-r--r--ivysettings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/ivysettings.xml b/ivysettings.xml
new file mode 100644
index 0000000..177bd80
--- /dev/null
+++ b/ivysettings.xml
@@ -0,0 +1,20 @@
+<ivysettings>
+ <settings defaultResolver="default"/>
+ <resolvers>
+ <chain name="default">
+ <ibiblio name="central" m2compatible="true"/>
+
+ <ibiblio name="local-m2" m2compatible="true" root="file://${user.home}/.m2/repository" />
+ </chain>
+
+ <filesystem name="local-m2-publish" m2compatible="true">
+ <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
+ </filesystem>
+
+ <ibiblio name="org.restlet" m2compatible="true" root="http://maven.restlet.org"/>
+ </resolvers>
+
+ <modules>
+ <module organisation="org.restlet.*" resolver="org.restlet" />
+ </modules>
+</ivysettings>