forked from pentaho/pentaho-kettle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivysettings.xml
29 lines (27 loc) · 1.59 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"?>
<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" />
<!-- Repository for Pentaho-hosted artifacts -->
<property name="pentaho.resolve.repo" value="http://ivy-nexus.pentaho.org/content/groups/omni" override="false" />
<!-- Repository for External-hosted artifacts (Optional. Defaults to Pentaho-hosted.) -->
<property name="public.resolve.repo" value="${pentaho.resolve.repo}" 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" checkmodified="true" changingPattern="*-SNAPSHOT">
<ivy pattern="${pentaho.resolve.repo}/[organisation]/[module]/[revision]/[module]-[revision].ivy.xml" />
</url>
<ibiblio name="pentaho-mvn" m2compatible="true" root="${pentaho.resolve.repo}" />
</dual>
<ibiblio name="public-maven" root="${public.resolve.repo}" m2compatible="true" />
</chain>
</resolvers>
<caches lockStrategy="artifact-lock" resolutionCacheDir="${ivy.default.ivy.user.dir}/resol-cache${env.EXECUTOR_NUMBER}" />
</ivysettings>