SOLR-9109: the ${settings.xml} is a file path, not a URL

This commit is contained in:
Uwe Schindler 2016-05-17 00:28:09 +02:00
parent 82788504aa
commit a5be64af05
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@
<!-- Load ivy-versions.properties as Ivy variables. -->
<properties file="${ivy.settings.dir}/ivy-versions.properties" override="false"/>
<!-- Include the Ivy settings file pointed to by the "ivysettings.xml" property. -->
<include url="${ivysettings.xml}"/>
<include file="${ivysettings.xml}"/>
</ivysettings>