Incomplete RESTful API for IRC
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ivysettings.xml 1.2KB

12345678910111213141516171819202122232425
  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. <ibiblio name="sonatype" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"/>
  7. <url name="jgit-describe">
  8. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  9. <artifact pattern="http://shanemcc.github.com/jgit-describe/releases/jgit-describe-[revision].jar"/>
  10. </url>
  11. <packager name="packager" buildRoot="${user.home}/.ivy2/packager/build" resourceCache="${user.home}/.ivy2/packager/cache" preserveBuildDirectories="true">
  12. <ivy pattern="file:///${basedir}/etc/ivy/[module]/ivy.xml"/>
  13. <artifact pattern="file:///${basedir}/etc/ivy/[module]/packager.xml"/>
  14. </packager>
  15. </resolvers>
  16. <modules>
  17. <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
  18. <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
  19. <module organisation="com.github.peichhorn" name="*" resolver="sonatype"/>
  20. </modules>
  21. </ivysettings>