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.

1234567891011121314151617
  1. <ivysettings>
  2. <settings defaultResolver="default"/>
  3. <resolvers>
  4. <ibiblio name="default" m2compatible="true"/>
  5. <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
  6. <url name="jgit-describe">
  7. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  8. <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
  9. </url>
  10. </resolvers>
  11. <modules>
  12. <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
  13. <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
  14. </modules>
  15. </ivysettings>