| 1974 |
jgill |
1 |
<ivyconf>
|
|
|
2 |
|
|
|
3 |
<conf defaultResolver="dpkg"
|
| 1978 |
jgill |
4 |
defaultCache="${ivy.cache.home}"
|
| 1974 |
jgill |
5 |
cacheIvyPattern="[organisation]/[module]/[revision](.[branch])/ivys/ivy-[revision](.[branch]).xml"
|
|
|
6 |
cacheArtifactPattern="[organisation]/[module]/[revision](.[branch])/[type]/[artifact]-[revision].[ext]"
|
|
|
7 |
validate="false"
|
|
|
8 |
/>
|
|
|
9 |
<resolvers>
|
|
|
10 |
<chain name="dpkg">
|
| 1978 |
jgill |
11 |
<filesystem name="dpkg_local" local="false">
|
|
|
12 |
<ivy pattern="${env.GBE_DPKG_LOCAL}/[module]/[revision]/ivy/ivy.xml"/>
|
|
|
13 |
<artifact pattern="${env.GBE_DPKG_LOCAL}/[module]/[revision]/[type]/[artifact].[ext]"/>
|
|
|
14 |
<artifact pattern="${env.GBE_DPKG_LOCAL}/[module]/[revision]/[type]/[artifact](-[revision]).[ext]"/>
|
|
|
15 |
<artifact pattern="${env.GBE_DPKG_LOCAL}/[module]/[revision]/[artifact](-[revision]).[ext]"/>
|
|
|
16 |
</filesystem>
|
|
|
17 |
|
|
|
18 |
<filesystem name="deploy_archive">
|
|
|
19 |
<ivy pattern="${env.GBE_DPLY}/[module]/[revision]/ivy/ivy.xml"/>
|
|
|
20 |
<artifact pattern="${env.GBE_DPLY}/[module]/[revision]/[type]/[artifact].[ext]"/>
|
|
|
21 |
<artifact pattern="${env.GBE_DPLY}/[module]/[revision]/[type]/[artifact](-[revision]).[ext]"/>
|
|
|
22 |
<artifact pattern="${env.GBE_DPLY}/[module]/[revision]/[artifact](-[revision]).[ext]"/>
|
|
|
23 |
</filesystem>
|
|
|
24 |
|
| 1974 |
jgill |
25 |
<filesystem name="dpkg_archive">
|
|
|
26 |
<ivy pattern="${env.GBE_DPKG}/[module]/[revision]/ivy/ivy.xml"/>
|
|
|
27 |
<artifact pattern="${env.GBE_DPKG}/[module]/[revision]/[type]/[artifact].[ext]"/>
|
|
|
28 |
<artifact pattern="${env.GBE_DPKG}/[module]/[revision]/[type]/[artifact](-[revision]).[ext]"/>
|
| 1978 |
jgill |
29 |
<artifact pattern="${env.GBE_DPKG}/[module]/[revision]/[artifact](-[revision]).[ext]"/>
|
| 1974 |
jgill |
30 |
</filesystem>
|
|
|
31 |
|
|
|
32 |
<filesystem name="dpkg_archive-old-style">
|
|
|
33 |
<ivy pattern="${env.GBE_DPKG}/[module]/[revision](.[branch])/ivys/ivy(-[revision]).xml"/>
|
|
|
34 |
<artifact pattern="${env.GBE_DPKG}/[module]/[revision](.[branch])/[type]/[artifact].[ext]"/>
|
|
|
35 |
<artifact pattern="${env.GBE_DPKG}/[module]/[revision](.[branch])/[type]/[artifact](-[revision]).[ext]"/>
|
|
|
36 |
</filesystem>
|
| 1978 |
jgill |
37 |
|
|
|
38 |
<filesystem name="dpkg_store">
|
|
|
39 |
<ivy pattern="${env.GBE_STORE}/[module]/[revision]/ivy/ivy.xml"/>
|
|
|
40 |
<artifact pattern="${env.GBE_STORE}/[module]/[revision]/[type]/[artifact].[ext]"/>
|
|
|
41 |
<artifact pattern="${env.GBE_STORE}/[module]/[revision]/[type]/[artifact](-[revision]).[ext]"/>
|
|
|
42 |
<artifact pattern="${env.GBE_STORE}/[module]/[revision]/[artifact](-[revision]).[ext]"/>
|
| 1974 |
jgill |
43 |
</filesystem>
|
|
|
44 |
</chain>
|
| 1978 |
jgill |
45 |
|
| 1974 |
jgill |
46 |
<filesystem name="build">
|
|
|
47 |
<ivy pattern="${basedir}/build/pkg/ivy/ivy.xml"/>
|
|
|
48 |
<artifact pattern="${basedir}/build/pkg/[type]/[artifact].[ext]"/>
|
|
|
49 |
</filesystem>
|
|
|
50 |
</resolvers>
|
|
|
51 |
|
|
|
52 |
</ivyconf>
|