forked from webdetails/cpf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivysettings.xml
25 lines (24 loc) · 1.25 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
<?xml version="1.0" encoding="UTF-8"?>
<ivysettings>
<properties environment="env" />
<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="pentaho-chained-resolver" />
<include url="${ivy.default.settings.dir}/ivysettings-public.xml" />
<include url="${ivy.default.settings.dir}/ivysettings-local.xml" />
<resolvers>
<chain name="pentaho-chained-resolver">
<resolver ref="local" />
<dual name="pentaho">
<url name="pentaho-ivy">
<ivy pattern="http://repo.pentaho.org/artifactory/repo/[organisation]/[module]/[revision]/[module]-[revision].ivy.xml" />
</url>
<ibiblio name="pentaho-mvn" m2compatible="true" root="http://repo.pentaho.org/artifactory/repo" />
</dual>
<resolver ref="public" />
<ibiblio name="java-net-maven2" root="http://download.java.net/maven/2/" m2compatible="true" />
<ibiblio name="sonatype" root="https://oss.sonatype.org/content/groups/public/" m2compatible="true" />
</chain>
</resolvers>
</ivysettings>