mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-25 11:40:47 +00:00
13 lines
434 B
XML
13 lines
434 B
XML
<ivysettings>
|
|
<resolvers>
|
|
<chain name="projectRepos">
|
|
<filesystem name="projectLocalRepo">
|
|
<ivy pattern="${ivy.settings.dir}/ivy-repo/[organization]-[module]-[revision].xml" />
|
|
</filesystem>
|
|
<ibiblio name="maven-repo2" m2compatible="true" root="http://repo2.maven.org/maven2" />
|
|
</chain>
|
|
</resolvers>
|
|
<settings defaultResolver="projectRepos" />
|
|
<caches defaultCacheDir="${ivy.basedir}/ivyCache" />
|
|
</ivysettings>
|