forked from jenkins-infra/crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrapeConfig.xml
More file actions
15 lines (15 loc) · 747 Bytes
/
Copy pathgrapeConfig.xml
File metadata and controls
15 lines (15 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ivysettings>
<settings defaultResolver="downloadGrapes"/>
<resolvers>
<chain name="downloadGrapes">
<filesystem name="cachedGrapes">
<ivy pattern="${user.home}/.groovy/grapes/[organisation]/[module]/ivy-[revision].xml"/>
<artifact pattern="${user.home}/.groovy/grapes/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/>
</filesystem>
<!-- todo add 'endorsed groovy extensions' resolver here -->
<!--ibiblio name="codehaus" root="http://repository.codehaus.org/" m2compatible="true"/-->
<!--ibiblio name="ibiblio" m2compatible="true"/-->
<ibiblio name="m.g.o-public" root="https://repo.jenkins-ci.org/public/" m2compatible="true" />
</chain>
</resolvers>
</ivysettings>