2009-03-12 01:14:04 +08:00
|
|
|
<ivysettings>
|
|
|
|
|
<properties file="${ivy.settings.dir}/ivysettings.properties"/>
|
|
|
|
|
<settings defaultResolver="libraries"/>
|
|
|
|
|
<resolvers>
|
|
|
|
|
<filesystem name="projects">
|
|
|
|
|
<artifact pattern="${repository.dir}/[organisation]/[artifact]-[revision].[ext]" />
|
|
|
|
|
<ivy pattern="${repository.dir}/[organisation]/[module]-[revision].xml" />
|
|
|
|
|
</filesystem>
|
2010-08-10 00:42:48 +08:00
|
|
|
<ibiblio name="libraries" m2compatible="true" />
|
|
|
|
|
<ibiblio name="libraries_with_inconsistent_poms" checkconsistency="false" m2compatible="true" />
|
2010-08-19 08:42:37 +08:00
|
|
|
<ibiblio name="reflections-repo" m2compatible="true" root="http://reflections.googlecode.com/svn/repo" />
|
2010-10-14 23:58:52 +08:00
|
|
|
<ibiblio name="java.net" m2compatible="false" root="http://download.java.net/maven/1/" pattern="[organisation]/jars/[artifact]-[revision].[ext]"/>
|
2010-12-10 12:36:06 +08:00
|
|
|
<ibiblio name="maven2-repository.dev.java.net" m2compatible="true" root="http://download.java.net/maven/2/" />
|
2009-03-12 01:14:04 +08:00
|
|
|
</resolvers>
|
|
|
|
|
<modules>
|
|
|
|
|
<module organisation="edu.mit.broad" resolver="projects" />
|
|
|
|
|
<module organisation="net.sf" module="functionalj" resolver="projects" />
|
|
|
|
|
<module organisation="net.sf" module="samtools" resolver="projects" />
|
2010-08-19 08:42:37 +08:00
|
|
|
<module organisation="org.reflections" module="reflections" resolver="reflections-repo" />
|
2010-02-18 05:29:25 +08:00
|
|
|
<module organisation="org.broad" module="tribble" resolver="projects" />
|
2010-04-27 22:30:36 +08:00
|
|
|
<module organisation="gov.nist" module="Jama" resolver="projects" />
|
2010-08-10 00:42:48 +08:00
|
|
|
<!-- If colt fixes the version in the pom for 1.2.0 then this line can be removed. -->
|
|
|
|
|
<module organisation="colt" module="colt" resolver="libraries_with_inconsistent_poms" />
|
2010-10-14 23:58:52 +08:00
|
|
|
<module organisation="javax.mail" resolver="java.net" />
|
|
|
|
|
<module organisation="javax.activation" resolver="java.net" />
|
2010-12-10 12:36:06 +08:00
|
|
|
<module organisation="net.java.dev.jna" resolver="maven2-repository.dev.java.net" />
|
2011-06-10 00:07:02 +08:00
|
|
|
<module organisation="com.google.code.caliper" resolver="projects" />
|
2011-07-06 09:59:00 +08:00
|
|
|
<module organisation="net.sf.gridscheduler" resolver="projects" />
|
2011-07-09 03:34:39 +08:00
|
|
|
<module organisation="com.google.code.cofoja" resolver="projects" />
|
2009-03-12 01:14:04 +08:00
|
|
|
</modules>
|
|
|
|
|
</ivysettings>
|