Update build scripts and tests so that repository settings are copied dynamically from the build. See gh-42333
15 lines
574 B
XML
15 lines
574 B
XML
<ivysettings>
|
|
<settings defaultResolver="chain" />
|
|
<resolvers>
|
|
<chain name="chain">
|
|
<!-- NOTE: You should declare only repositories that you need here -->
|
|
<filesystem name="local" local="true" m2compatible="true">
|
|
<artifact pattern="${user.home}/.m2/[organisation]/[module]/[revision]/[module]-[revision].[ext]" />
|
|
<ivy pattern="${user.home}/.m2/[organisation]/[module]/[revision]/[module]-[revision].pom" />
|
|
</filesystem>
|
|
<ibiblio name="ibiblio" m2compatible="true" />
|
|
<!-- {spring.mavenRepositories} -->
|
|
</chain>
|
|
</resolvers>
|
|
</ivysettings>
|
|
|