diff options
Diffstat (limited to 'ivysettings.xml')
-rw-r--r-- | ivysettings.xml | 20 |
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> |