You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
869 B
16 lines
869 B
<ivysettings> |
|
<settings defaultResolver="chain" /> |
|
<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="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].[ext]" /> |
|
<ivy pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].pom" /> |
|
</filesystem> |
|
<ibiblio name="ibiblio" m2compatible="true" /> |
|
<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" /> |
|
</chain> |
|
</resolvers> |
|
</ivysettings>
|
|
|