|
Revision 2800, 0.8 kB
(checked in by michael, 5 years ago)
|
Some tidy ups
|
| Line | |
|---|
| 1 |
<ivysettings> |
|---|
| 2 |
<settings defaultResolver="maven" /> |
|---|
| 3 |
<resolvers> |
|---|
| 4 |
<chain name="maven" returnFirst="true"> |
|---|
| 5 |
<ibiblio name="restlet" root="http://maven.restlet.org/" m2compatible="true" /> |
|---|
| 6 |
<ibiblio name="jboss" root="http://repository.jboss.com/maven2/" m2compatible="true" /> |
|---|
| 7 |
<ibiblio name="ibiblio" m2compatible="true" /> |
|---|
| 8 |
</chain> |
|---|
| 9 |
<filesystem name="local"> |
|---|
| 10 |
<ivy pattern="${user.home}/ivyrep/[organisation]/[module]/[revision]/ivy.xml"/> |
|---|
| 11 |
<artifact pattern="${user.home}/ivyrep/[organisation]/[module]/[revision]/[artifact].[ext]"/> |
|---|
| 12 |
</filesystem> |
|---|
| 13 |
</resolvers> |
|---|
| 14 |
<modules> |
|---|
| 15 |
<module organisation="sarugo" name=".*" resolver="local"/> |
|---|
| 16 |
<module organisation="javax.transaction" name="jta" resolver="local"/> |
|---|
| 17 |
</modules> |
|---|
| 18 |
</ivysettings> |
|---|