LUCENE-5349: Ivy's resolution cache can easily corrupt and cause premature end of file errors.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-11-25 23:00:08 +00:00
parent bf251f501d
commit 59186c5ae7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
<include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
<caches lockStrategy="artifact-lock"/>
<caches lockStrategy="artifact-lock" resolutionCacheDir="${common.build.dir}/ivy-resolution-cache" />
<resolvers>
<ibiblio name="sonatype-releases" root="http://oss.sonatype.org/content/repositories/releases" m2compatible="true" />