ivysettings.xml 639 Bytes
<ivysettings>
	<settings defaultResolver="geotools"/>
	<resolvers>
		<chain name="geotools">
			<filesystem name="libraries">
				<artifact pattern="${ivy.settings.dir}/repository/[artifact]-[revision].[type]" />
			</filesystem>
			<ibiblio name="osgeo" root="http://download.osgeo.org/webdav/geotools/" m2compatible="true"/>
			<ibiblio name="java" root="http://download.java.net/maven/2/" m2compatible="true" />
      	<ibiblio name="ibiblio" root="http://www.ibiblio.org/maven2/" m2compatible="true" />
      	<ibiblio name="central" root="http://repo1.maven.org/maven2/" m2compatible="true" />
		</chain>
	</resolvers>
</ivysettings>