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 2.0KB

1234567891011121314151617181920212223242526272829303132333435
  1. <ivysettings>
  2. <settings defaultResolver="default"/>
  3. <property name="${nexus.user}" value="invalid" override="false"/>
  4. <property name="${nexus.pass}" value="invalid" override="false"/>
  5. <credentials host="nexus.dmdirc.com" realm="Sonatype Nexus Repository Manager" username="${nexus.user}" passwd="${nexus.pass}"/>
  6. <resolvers>
  7. <ibiblio name="default" m2compatible="true"/>
  8. <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
  9. <ibiblio name="dmdirc-thirdparty" root="http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/" m2compatible="true"/>
  10. <ibiblio name="dmdirc-releases" root="http://nexus.dmdirc.com/nexus/content/repositories/releases/" m2compatible="true"/>
  11. <url name="ant-nsis">
  12. <artifact pattern="https://cloud.github.com/downloads/dreese/nsis-ant/nsisant-[revision].jar"/>
  13. </url>
  14. <url name="jgit-describe">
  15. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  16. <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
  17. </url>
  18. <packager name="packager" buildRoot="${user.home}/.ivy2/packager/build" resourceCache="${user.home}/.ivy2/packager/cache" preserveBuildDirectories="true">
  19. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  20. <artifact pattern="file:///${basedir}/etc/ivy/[module]/packager.xml"/>
  21. </packager>
  22. </resolvers>
  23. <modules>
  24. <module organisation="org.sourceforce.ant-nsis" name="ant-nsis" resolver="ant-nsis"/>
  25. <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
  26. <module organisation="net.sourceforge.fikin-ant-tasks" name="ant-fikin" resolver="packager"/>
  27. <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
  28. <module organisation="net.miginfocom" name="*" resolver="dmdirc-thirdparty"/>
  29. <module organisation="com.dmdirc" name="*" resolver="dmdirc-releases"/>
  30. </modules>
  31. </ivysettings>