aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivysettings.xml
blob: 765dad0257b556c87451f0034c1990f61e9d841a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<ivysettings>
	<resolvers>
		<chain name="projectRepos">
			<filesystem name="projectLocalRepo">
				<ivy pattern="${ivy.settings.dir}/ivy-repo/[organization]-[module]-[revision].xml" />
			</filesystem>
			<ibiblio name="eclipse-staging-repo" m2compatible="true" root="https://repo.eclipse.org/content/repositories/eclipse-staging" />
			<ibiblio name="maven-repo2" m2compatible="true" root="https://repo1.maven.org/maven2" />
		</chain>
	</resolvers>
	<settings defaultResolver="projectRepos" validate="false" />
	<caches defaultCacheDir="${ivy.basedir}/ivyCache" />
</ivysettings>