2012-04-26 21:01:04 -04:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
-->
|
|
|
|
<ivysettings>
|
|
|
|
<settings defaultResolver="default"/>
|
|
|
|
|
2012-08-12 07:23:11 -04:00
|
|
|
<property name="local-maven2-dir" value="${user.home}/.m2/repository/" />
|
|
|
|
|
2013-10-01 17:01:12 -04:00
|
|
|
<properties file="${ivy.settings.dir}/ivy-versions.properties" override="false"/>
|
|
|
|
|
2012-04-26 21:01:04 -04:00
|
|
|
<include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
|
|
|
|
<include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
|
|
|
|
<include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
|
|
|
|
<include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
|
|
|
|
|
2012-10-08 08:17:55 -04:00
|
|
|
<caches lockStrategy="artifact-lock"/>
|
|
|
|
|
2012-04-26 21:01:04 -04:00
|
|
|
<resolvers>
|
|
|
|
<ibiblio name="sonatype-releases" root="http://oss.sonatype.org/content/repositories/releases" m2compatible="true" />
|
2013-03-05 23:50:33 -05:00
|
|
|
<ibiblio name="maven.restlet.org" root="http://maven.restlet.org" m2compatible="true" />
|
2012-08-12 07:23:11 -04:00
|
|
|
|
2012-04-26 21:01:04 -04:00
|
|
|
<!-- you might need to tweak this from china so it works -->
|
|
|
|
<ibiblio name="working-chinese-mirror" root="http://mirror.netcologne.de/maven2" m2compatible="true" />
|
2013-09-25 11:47:06 -04:00
|
|
|
|
|
|
|
<!-- temporary to try Clover 3.2.0 snapshots, see https://issues.apache.org/jira/browse/LUCENE-5243, https://jira.atlassian.com/browse/CLOV-1368 -->
|
|
|
|
<ibiblio name="atlassian-clover-snapshots" root="https://maven.atlassian.com/content/repositories/atlassian-public-snapshot" m2compatible="true" />
|
2012-04-26 21:01:04 -04:00
|
|
|
|
2012-08-12 07:23:11 -04:00
|
|
|
<!--
|
|
|
|
<filesystem name="local-maven-2" m2compatible="true" local="true">
|
|
|
|
<artifact
|
|
|
|
pattern="${local-maven2-dir}/[organisation]/[module]/[revision]/[module]-[revision].[ext]" />
|
|
|
|
<ivy
|
|
|
|
pattern="${local-maven2-dir}/[organisation]/[module]/[revision]/[module]-[revision].pom" />
|
|
|
|
</filesystem>
|
|
|
|
-->
|
|
|
|
|
2012-07-05 06:40:01 -04:00
|
|
|
<chain name="default" returnFirst="true" checkmodified="true" changingPattern=".*SNAPSHOT">
|
2012-04-26 21:01:04 -04:00
|
|
|
<resolver ref="local"/>
|
2012-08-12 07:23:11 -04:00
|
|
|
<!-- <resolver ref="local-maven-2" /> -->
|
2012-04-26 21:01:04 -04:00
|
|
|
<resolver ref="main"/>
|
|
|
|
<resolver ref="sonatype-releases" />
|
2013-03-05 23:50:33 -05:00
|
|
|
<resolver ref="maven.restlet.org" />
|
2013-09-25 11:47:06 -04:00
|
|
|
<resolver ref="atlassian-clover-snapshots" />
|
2012-04-26 21:01:04 -04:00
|
|
|
<resolver ref="working-chinese-mirror" />
|
|
|
|
</chain>
|
|
|
|
</resolvers>
|
|
|
|
|
|
|
|
</ivysettings>
|