Line | |
---|
1 | <ivysettings> |
---|
2 | <settings defaultResolver="codehaus-plus"/> |
---|
3 | <include url="${ivy.default.settings.dir}/ivysettings-public.xml" /> |
---|
4 | <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/> |
---|
5 | <include url="${ivy.default.settings.dir}/ivysettings-local.xml" /> |
---|
6 | <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> |
---|
7 | <resolvers> |
---|
8 | <chain name="codehaus-plus" dual="true"> |
---|
9 | <ibiblio name="codehaus-snapshots" root="http://snapshots.repository.codehaus.org" m2compatible="true" changingPattern=".*SNAPSHOT"/> |
---|
10 | <ibiblio name="codehaus" root="http://repository.codehaus.org" m2compatible="true"/> |
---|
11 | <ibiblio name="javanet" root="http://download.java.net/maven/2/" m2compatible="true"/> |
---|
12 | <resolver ref="public"/> |
---|
13 | </chain> |
---|
14 | </resolvers> |
---|
15 | </ivysettings> |
---|
Note: See
TracBrowser
for help on using the repository browser.