-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivysettings.xml
25 lines (25 loc) · 1.46 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
<ivysettings>
<settings defaultResolver="default" />
<resolvers>
<url name="prom" checkmodified="true">
<ivy pattern="https://github.com/promworkbench/[module]/raw/main/latestrelease/ivy.xml" />
<artifact pattern="https://github.com/promworkbench/[module]/raw/main/latestrelease/[artifact].[ext]" />
</url>
<url name="prom-svn" checkmodified="true">
<ivy pattern="https://github.com/promworkbench/Releases/raw/main/Packages/[module]/[revision]/ivy.xml" />
<artifact pattern="https://github.com/promworkbench/Releases/raw/main/Packages/[module]/[revision]/[artifact]-[revision].[ext]" />
</url>
<url name="prom-libs">
<ivy pattern="https://github.com/promworkbench/Releases/raw/main/Libraries/[module]/[revision]/ivy.xml" />
<artifact pattern="https://github.com/promworkbench/Releases/raw/main/Libraries/[module]/[revision]/[artifact]-[revision].[ext]" />
<artifact pattern="https://github.com/promworkbench/Releases/raw/main/Libraries/[module]/[revision]/[artifact]_[revision].[ext]" />
</url>
<ibiblio name="maven2" m2compatible="true" root="https://repo1.maven.org/maven2/"/>
<chain name="default" returnFirst="true">
<resolver ref="prom" />
<resolver ref="prom-svn" />
<resolver ref="prom-libs" />
<resolver ref="maven2" />
</chain>
</resolvers>
</ivysettings>