File: ivysettings.xml

package info (click to toggle)
cmdreader 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: java: 1,078; xml: 219; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (3)
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="maven-repo2" m2compatible="true" root="http://repo2.maven.org/maven2" />
			<ibiblio name="maven-repo2" m2compatible="true" root="http://uk.maven.org/maven2" />
		</chain>
	</resolvers>
	<settings defaultResolver="projectRepos" />
	<caches defaultCacheDir="${ivy.basedir}/ivyCache" />
</ivysettings>