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.
17 lines
869 B
XML
17 lines
869 B
XML
11 years ago
|
<ivysettings>
|
||
11 years ago
|
<settings defaultResolver="chain" />
|
||
|
<resolvers>
|
||
10 years ago
|
<chain name="chain" returnFirst="true">
|
||
11 years ago
|
<!-- NOTE: You should declare only repositories that you need here -->
|
||
|
<filesystem name="local" local="true" m2compatible="true">
|
||
10 years ago
|
<artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].[ext]" />
|
||
|
<ivy pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].pom" />
|
||
11 years ago
|
</filesystem>
|
||
9 years ago
|
<ibiblio name="ibiblio" m2compatible="true" />
|
||
7 years ago
|
<ibiblio name="spring-releases" m2compatible="true" root="https://repo.spring.io/release" />
|
||
|
<ibiblio name="spring-milestones" m2compatible="true" root="https://repo.spring.io/milestone" />
|
||
|
<ibiblio name="spring-snapshots" m2compatible="true" root="https://repo.spring.io/snapshot" />
|
||
11 years ago
|
</chain>
|
||
|
</resolvers>
|
||
|
</ivysettings>
|