mirror of https://github.com/apache/lucene.git
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:
parent
bf251f501d
commit
59186c5ae7
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue