blob: 7022c7ae6acfca86202eea7fd185e28e7f02197a [file] [log] [blame]
<ivyconf>
<conf defaultResolver="default-chain" defaultConflictManager="all" checkUpToDate="true"/>
<resolvers checkUpToDate="true">
<filesystem name="svn-repository" m2compatible="true" checkconsistency="true">
<!-- classic ivy style -->
<artifact pattern="${repository.dir}/[organisation]/[module]/[revision]/[artifact]-[revision].[type]" />
<!-- be compatible with the stupid m2 style -->
<artifact pattern="${repository.dir}/[organisation]/[artifact]/[revision]/[artifact]-[revision].[type]" />
<ivy pattern="${repository.dir}/[organisation]/[module]/[revision]/ivy.xml" />
</filesystem>
<chain name="default-chain" returnFirst="true">
<resolver ref="svn-repository"/>
</chain>
</resolvers>
</ivyconf>