16 lines
689 B
XML
16 lines
689 B
XML
|
|
<ivysettings>
|
||
|
|
<settings defaultResolver="chain" />
|
||
|
|
<caches defaultCacheDir="${projectDir}/build/ivy-cache"/>
|
||
|
|
<resolvers>
|
||
|
|
<chain name="chain" returnFirst="true">
|
||
|
|
<!-- NOTE: You should declare only repositories that you need here -->
|
||
|
|
<filesystem name="local" local="true" m2compatible="true">
|
||
|
|
<artifact pattern="${projectDir}/build/test-repository/[organisation]/[module]/[revision]/[module]-[revision].[ext]" />
|
||
|
|
<ivy pattern="${projectDir}/build/test-repository/[organisation]/[module]/[revision]/[module]-[revision].pom" />
|
||
|
|
</filesystem>
|
||
|
|
<ibiblio name="ibiblio" m2compatible="true" />
|
||
|
|
<!-- {spring.mavenRepositories} -->
|
||
|
|
</chain>
|
||
|
|
</resolvers>
|
||
|
|
</ivysettings>
|