aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivysettings.xml
blob: 72494f72b93991202031d5f49fbb3ec0d1d88891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>