Updated ivy configuration to remove deprecation warnings (SWF-395)
This commit is contained in:
@@ -84,7 +84,7 @@ to see a list of all relevant targets.
|
||||
|
||||
<property name="ivy.conf.dir" value="${common.build.dir}" />
|
||||
|
||||
<ivy:configure file="${ivy.conf.dir}/ivyconf.xml" />
|
||||
<ivy:settings id="ivy.instance" file="${ivy.conf.dir}/ivysettings.xml" />
|
||||
|
||||
<ivy:buildlist reference="modules">
|
||||
<fileset dir="..">
|
||||
|
||||
@@ -309,7 +309,7 @@
|
||||
|
||||
<target name="ivy.configure" depends="init">
|
||||
<echo>reading ivy config</echo>
|
||||
<ivy:configure file="${ivy.conf.dir}/ivyconf.xml" />
|
||||
<ivy:settings id="ivy.instance" file="${ivy.conf.dir}/ivysettings.xml" />
|
||||
</target>
|
||||
|
||||
<presetdef name="resolve.conf">
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<ivyconf>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ivysettings>
|
||||
<properties file="${ivy.conf.dir}/ivyconf.properties"/>
|
||||
<conf defaultResolver="maven2"/>
|
||||
<resolvers>
|
||||
<settings defaultResolver="maven2"/>
|
||||
<resolvers>
|
||||
<chain name="spring-projects" returnFirst="true">
|
||||
<!-- try developer's local integration repository first -->
|
||||
<filesystem name="integration-repo">
|
||||
@@ -94,4 +95,4 @@
|
||||
<module organisation="org.springframework" name="spring-ldap" resolver="spring-projects"/>
|
||||
<module organisation="org.springframework" name="various" resolver="spring-projects"/>
|
||||
</modules>
|
||||
</ivyconf>
|
||||
</ivysettings>
|
||||
Reference in New Issue
Block a user