File: ivysettings.xml

package info (click to toggle)
cmdreader 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • sloc: java: 1,078; xml: 188; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ivysettings>
	<resolvers>
		<chain name="projectRepos">
			<filesystem name="projectLocalRepo">
				<ivy pattern="${ivy.settings.dir}/ivy-repo/[organization]-[module]-[revision].xml" />
			</filesystem>
			<filesystem name="localRepo">
				<ivy pattern="${ivy.conf.dir}/ivy-[revision].xml" />
				<artifact pattern="/usr/share/java/[artifact].[ext]" />
			</filesystem>
		</chain>
	</resolvers>
	<settings defaultResolver="projectRepos" />
	<caches defaultCacheDir="${ivy.basedir}/ivyCache" />
</ivysettings>