File: ivysettings.xml

package info (click to toggle)
ivyplusplus 1.42-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: java: 4,558; xml: 529; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (4)
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/[organisation]-[module]-[revision].xml" />
			</filesystem>
			<ibiblio name="maven-repo2" m2compatible="true" root="https://repo1.maven.org/maven2" />
		</chain>
	</resolvers>
	<settings defaultResolver="projectRepos" />
	<caches defaultCacheDir="${ivy.basedir}/ivyCache" />
</ivysettings>