mirror of
https://github.com/apache/lucene.git
synced 2025-03-05 07:49:22 +00:00
Always re-read ivy's configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9bbc6c7412
commit
83aa0d66a1
@ -285,10 +285,13 @@
|
|||||||
<!-- currently empty -->
|
<!-- currently empty -->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="ivy-configure" unless="ivy.settings.uptodate">
|
<target name="ivy-configure">
|
||||||
|
<!-- [DW] ivy loses its configuration for some reason. cannot explain this. if
|
||||||
|
you have an idea, fix it.
|
||||||
|
unless="ivy.settings.uptodate" -->
|
||||||
<!-- override: just for safety, should be unnecessary -->
|
<!-- override: just for safety, should be unnecessary -->
|
||||||
<ivy:configure file="${common.dir}/ivy-settings.xml" override="true"/>
|
<ivy:configure file="${common.dir}/ivy-settings.xml" override="true"/>
|
||||||
<property name="ivy.settings.uptodate" value="true"/>
|
<!-- <property name="ivy.settings.uptodate" value="true"/> -->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="resolve" depends="ivy-availability-check,ivy-fail,ivy-configure">
|
<target name="resolve" depends="ivy-availability-check,ivy-fail,ivy-configure">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user