Skip to content

Instantly share code, notes, and snippets.

@is
Created October 16, 2014 15:48
Show Gist options
  • Select an option

  • Save is/f8219248cec333dd5e3a to your computer and use it in GitHub Desktop.

Select an option

Save is/f8219248cec333dd5e3a to your computer and use it in GitHub Desktop.
chinese ivysetting
<ivysettings>
<settings defaultResolver="chain"/>
<resolvers>
<chain name="chain">
<ibiblio name="maven-cn" m2compatible="true" root="http://maven.net.cn/content/groups/public/"/>
<ibiblio name="oschina" m2compatible="true" root="http://maven.oschina.net/content/groups/public/"/>
<ibiblio name="central" m2compatible="true"/>
</chain>
</resolvers>
</ivysettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment