You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<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" />
|
|
|
|
<ibiblio name="spring-milestones" m2compatible="true" root="https://repo.spring.io/milestone" />
|
|
|
|
<ibiblio name="spring-snapshots" m2compatible="true" root="https://repo.spring.io/snapshot" />
|
|
|
|
</chain>
|
|
|
|
</resolvers>
|
|
|
|
</ivysettings>
|