-
Notifications
You must be signed in to change notification settings - Fork 1
/
ivysettings.xml
29 lines (28 loc) · 1.4 KB
/
ivysettings.xml
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
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!--
== $Id$
== This software is subject to the terms of the Eclipse Public License v1.0
== Agreement, available at the following URL:
== http://www.eclipse.org/legal/epl-v10.html.
== Copyright (C) 2008-2010 Julian Hyde
== All Rights Reserved.
== You must accept the terms of that agreement to use this software.
-->
<ivysettings>
<property name="ivy.local.default.root" value="${ivy.default.ivy.user.dir}/local" override="true"/>
<property name="ivy.local.default.artifact.pattern" value="[organisation]/[module]/[revision]/[type]s/[artifact]-[revision].[ext]" override="false"/>
<settings defaultResolver="default"/>
<include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
<resolvers>
<chain name="shared">
<url name="pentaho-rep" m2compatible="true">
<artifact pattern="http://repo.pentaho.org/artifactory/repo/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" />
<artifact pattern="http://repo.pentaho.org/artifactory/repo/[organisation]/[module]/[revision]/[artifact].[ext]" />
</url>
<ibiblio name="ibiblio" m2compatible="true" />
</chain>
</resolvers>
<include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
<include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
<include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
</ivysettings>