root/trunk/config/ivyconf.xml

Revision 1384, 0.8 kB (checked in by amandel, 3 years ago)

Update to ivy-2.0.0.

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1<ivysettings>
2  <settings defaultResolver="fawkez-resolver"/>
3  <resolvers>
4    <chain name="fawkez-resolver" returnFirst="true">
5      <filesystem name="local-libraries">
6        <artifact pattern="${local.artifact.root}/[module]/[artifact].[ext]" />
7      </filesystem>
8      <filesystem name="local-libraries-revision">
9        <artifact pattern="${local.artifact.root}/[module]/[artifact]-[revision].[ext]" />
10      </filesystem>
11      <filesystem name="libraries">
12        <artifact pattern="${base.dir}/lib/[module]/[artifact].[ext]" />
13      </filesystem>
14      <filesystem name="libraries-revision">
15        <artifact pattern="${base.dir}/lib/[module]/[artifact]-[revision].[ext]" />
16      </filesystem>
17      <ibiblio name="ibiblio-maven2" m2compatible="true"/>
18    </chain>
19  </resolvers>
20</ivysettings>
Note: See TracBrowser for help on using the browser.