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.9KB

12345678910111213141516171819202122232425262728293031
  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. <ibiblio name="dmdirc-snapshots" root="http://nexus.dmdirc.com/nexus/content/repositories/snapshots/" m2compatible="true"/>
  12. <url name="ant-nsis">
  13. <artifact pattern="https://cloud.github.com/downloads/dreese/nsis-ant/nsisant-[revision].jar"/>
  14. </url>
  15. <packager name="packager" buildRoot="${user.home}/.ivy2/packager/build" resourceCache="${user.home}/.ivy2/packager/cache" preserveBuildDirectories="true">
  16. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  17. <artifact pattern="file:///${basedir}/etc/ivy/[module]/packager.xml"/>
  18. </packager>
  19. </resolvers>
  20. <modules>
  21. <module organisation="org.sourceforce.ant-nsis" name="ant-nsis" resolver="ant-nsis"/>
  22. <module organisation="com.github.shanemcc" name="jgit-describe" resolver="dmdirc-thirdparty"/>
  23. <module organisation="net.sourceforge.fikin-ant-tasks" name="ant-fikin" resolver="packager"/>
  24. <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
  25. <module organisation="net.miginfocom" name="*" resolver="dmdirc-thirdparty"/>
  26. <module organisation="com.dmdirc" name="*" resolver="dmdirc-releases"/>
  27. </modules>
  28. </ivysettings>