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
|
2016-05-16 18:06:48 -04:00
|
|
|
under the License.
|
2012-04-26 21:01:04 -04:00
|
|
|
-->
|
|
|
|
<ivysettings>
|
2016-05-16 18:06:48 -04:00
|
|
|
<!-- This file is included by default by top-level-ivy-settings.xml,
|
|
|
|
which loads ivy-versions.properties as Ivy variables. -->
|
|
|
|
|
2012-04-26 21:01:04 -04:00
|
|
|
<settings defaultResolver="default"/>
|
|
|
|
|
2012-08-12 07:23:11 -04:00
|
|
|
<property name="local-maven2-dir" value="${user.home}/.m2/repository/" />
|
2016-05-16 18:06:48 -04:00
|
|
|
|
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"/>
|
|
|
|
|
2016-05-16 18:06:48 -04:00
|
|
|
<caches lockStrategy="${ivy.lock-strategy}" resolutionCacheDir="${ivy.resolution-cache.dir}" />
|
2012-10-08 08:17:55 -04:00
|
|
|
|
2012-04-26 21:01:04 -04:00
|
|
|
<resolvers>
|
2014-06-24 03:51:58 -04:00
|
|
|
<ibiblio name="sonatype-releases" root="https://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" />
|
2014-03-14 12:46:36 -04:00
|
|
|
<ibiblio name="releases.cloudera.com" root="http://repository.cloudera.com/content/repositories/releases" m2compatible="true" />
|
2016-05-16 18:06:48 -04:00
|
|
|
|
2012-04-26 21:01:04 -04:00
|
|
|
<!-- you might need to tweak this from china so it works -->
|
2013-10-09 04:56:15 -04:00
|
|
|
<ibiblio name="working-chinese-mirror" root="http://uk.maven.org/maven2" m2compatible="true" />
|
2015-03-01 15:25:41 -05: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"/>
|
2015-01-08 14:53:24 -05:00
|
|
|
<resolver ref="maven.restlet.org" />
|
|
|
|
<resolver ref="sonatype-releases" />
|
2013-12-02 13:42:23 -05:00
|
|
|
<resolver ref="releases.cloudera.com"/>
|
2012-04-26 21:01:04 -04:00
|
|
|
<resolver ref="working-chinese-mirror" />
|
|
|
|
</chain>
|
|
|
|
</resolvers>
|
|
|
|
|
|
|
|
</ivysettings>
|