-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivysettings.xml
21 lines (18 loc) · 1.06 KB
/
ivysettings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<ivysettings>
<settings defaultResolver="default"/>
<resolvers>
<chain name="public" returnFirst="true">
<ibiblio name="public-default" m2compatible="true"/>
<!-- <ibiblio name="jasper" m2compatible="true" root="http://jasperreports.sourceforge.net/maven2/"/> -->
<!-- <ibiblio name="javabuilders" m2compatible="true" root="http://javabuilders.googlecode.com/svn/repo"/> -->
<!-- speziell gepatchte Version von itext für jasperreports -->
<ibiblio name="jasperreports-sourceforge" m2compatible="true" root="http://jasperreports.sourceforge.net/maven2" />
<!-- benötigt für jasperreports-functions -->
<ibiblio name="jaspersoft-artifactory" m2compatible="true" root="http://jaspersoft.artifactoryonline.com/jaspersoft/repo" />
</chain>
</resolvers>
<include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
<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>