forked from nextreports/nextreports-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivysettings.xml
33 lines (27 loc) · 1.58 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
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<ivysettings>
<!-- get app.version -->
<properties file="${ivy.settings.dir}/build.properties"/>
<properties file="${ivy.settings.dir}/ivysettings.properties"/>
<settings defaultResolver="main"/>
<resolvers>
<chain name="main">
<filesystem name="local">
<artifact pattern="${repo.dir}/[organisation]/[artifact]-[revision].[ext]"/>
<ivy pattern="${repo.dir}/[organisation]/[module]-[revision].xml"/>
</filesystem>
<ibiblio name="public" root="https://repo1.maven.org/maven2" m2compatible="true"/>
<ibiblio name="spring" root="https://repo.spring.io/plugins-release" m2compatible="true"/>
<ibiblio name="snapshots" root="https://oss.sonatype.org/content/repositories/snapshots" m2compatible="true"/>
<!-- Spring Framework Extensions - JCR -->
<!--
<ibiblio name="se-jcr" root="https://src.springframework.org/svn/se-jcr/repo" m2compatible="true"/>
-->
<!-- <ibiblio name="nextreports" root="http://maven.nextreports.ro" m2compatible="true"/>-->
<!-- Ftp4j -->
<!-- <ibiblio name="ftp4j" root="http://repo.laubenberger.net/maven2" m2compatible="true"/>-->
<ibiblio name="ftp4j" root="https://raw.github.com/asbachb/mvn-repo/master/releases" m2compatible="true"/>
<!-- <ibiblio name="ftp4j" root="https://raw.github.com/asbachb/mvn-repo/master/releases" m2compatible="true"/>-->
</chain>
</resolvers>
</ivysettings>