2b7cb3673c
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2098 af16638f-c34d-0410-8cfa-b39d5352b314
55 lines
3.3 KiB
XML
55 lines
3.3 KiB
XML
<ivysettings>
|
|
<settings defaultResolver="project_lib"/>
|
|
<!--include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/-->
|
|
<!--include url="${ivy.default.settings.dir}/ivysettings-local.xml"/-->
|
|
<resolvers>
|
|
<filesystem name="local_lib">
|
|
<artifact pattern="${user.home}/.ivy2/local/[organisation]/[artifact](-[revision]).[ext]" />
|
|
<artifact pattern="${user.home}/.ivy2/local/[artifact](-[revision]).[ext]" />
|
|
</filesystem>
|
|
<chain name="project_lib" returnFirst="true">
|
|
<filesystem name="lib_dir">
|
|
<artifact pattern="${ivy.lib.dir}/[artifact](-[revision]).[type]" />
|
|
<artifact pattern="${ivy.lib.dir}/[artifact](-[revision]).[ext]" />
|
|
</filesystem>
|
|
</chain>
|
|
<chain name="remote" returnFirst="true">
|
|
<url name="googlecode">
|
|
<artifact pattern="http://red5.googlecode.com/svn/repository/[artifact](-[revision]).[ext]" />
|
|
<artifact pattern="http://red5.googlecode.com/svn/repository/[organisation]/[artifact](-[revision]).[ext]" />
|
|
</url>
|
|
<url name="blindside-repos">
|
|
<artifact pattern="http://blindside.googlecode.com/svn/repository/[artifact](-[revision]).[ext]" />
|
|
<artifact pattern="http://blindside.googlecode.com/svn/repository/[organisation]/[artifact](-[revision]).[ext]" />
|
|
</url>
|
|
<url name="maven2-central" m2compatible="true">
|
|
<artifact pattern="http://repo1.maven.org/maven2/[organisation]/[module]/[revision]/[artifact](-[revision]).[ext]" />
|
|
<artifact pattern="http://repo1.maven.org/maven2/[organisation]/[artifact]/[revision]/[artifact](-[revision]).[ext]" />
|
|
</url>
|
|
<!--url name="ibiblio_maven2" m2compatible="true">
|
|
<artifact pattern="http://www.ibiblio.org/maven2/[organisation]/[module]/[revision]/[artifact](-[revision]).[ext]" />
|
|
<artifact pattern="http://www.ibiblio.org/maven2/[organisation]/[artifact]/[revision]/[artifact](-[revision]).[ext]" />
|
|
</url>
|
|
<ibiblio name="ibiblio" /-->
|
|
</chain>
|
|
<chain name="testng" returnFirst="true">
|
|
<url name="testng_ibiblio_maven2" m2compatible="true">
|
|
<artifact pattern="http://repo1.maven.org/maven2/[organisation]/[module]/[revision]/[artifact](-[revision])-jdk15.[ext]" />
|
|
<artifact pattern="http://repo1.maven.org/maven2/[organisation]/[artifact]/[revision]/[artifact](-[revision])-jdk15.[ext]" />
|
|
</url>
|
|
</chain>
|
|
</resolvers>
|
|
<modules>
|
|
<!--module organisation="org.red5" name="red5" resolver="local_lib"/-->
|
|
<module organisation="org/red5" name="red5-sip" resolver="remote"/>
|
|
<module organisation="org.springframework" name="*" resolver="googlecode"/>
|
|
<module organisation="spring" name="*" resolver="googlecode"/>
|
|
<module organisation="tomcat" name="*" resolver="googlecode"/>
|
|
<module organisation="jetty" name="*" resolver="googlecode"/>
|
|
<module organisation="mina" name="*" resolver="googlecode"/>
|
|
<module organisation="jmx" name="*" resolver="googlecode"/>
|
|
<module organisation="org.testng" name="testng" resolver="testng_ibiblio_maven2"/>
|
|
<module organisation=".*" name="*" resolver="remote"/>
|
|
</modules>
|
|
</ivysettings>
|