You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ivysettings.xml 1.5KB

12345678910111213141516171819202122232425262728293031
  1. <ivysettings>
  2. <settings defaultResolver="default"/>
  3. <resolvers>
  4. <chain name="default">
  5. <ibiblio name="dmdirc" root="http://archiva.dmdirc.com/archiva/repository/public/" m2compatible="true"/>
  6. <ibiblio name="central" m2compatible="true"/>
  7. </chain>
  8. <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
  9. <url name="ant-nsis">
  10. <artifact pattern="http://cloud.github.com/downloads/dreese/nsis-ant/nsisant-[revision].jar"/>
  11. </url>
  12. <url name="jgit-describe">
  13. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  14. <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
  15. </url>
  16. <packager name="packager" buildRoot="${user.home}/.ivy2/packager/build" resourceCache="${user.home}/.ivy2/packager/cache" preserveBuildDirectories="true">
  17. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  18. <artifact pattern="file:///${basedir}/etc/ivy/[module]/packager.xml"/>
  19. </packager>
  20. </resolvers>
  21. <modules>
  22. <module organisation="org.sourceforce.ant-nsis" name="ant-nsis" resolver="ant-nsis"/>
  23. <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
  24. <module organisation="net.sourceforge.fikin-ant-tasks" name="ant-fikin" resolver="packager"/>
  25. <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
  26. </modules>
  27. </ivysettings>