34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ivysettings>
|
|
<include file="${spring.build.dir}/common/ivysettings.xml"/>
|
|
|
|
<settings defaultResolver="extended-external-lookup" defaultLatestStrategy="latest-lexico"/>
|
|
|
|
<resolvers>
|
|
<chain name="extended-external-lookup">
|
|
<resolver ref="external-lookup"/>
|
|
<!-- Maven central -->
|
|
<ibiblio name="maven2" m2compatible="true"/>
|
|
<!-- Mojarra 2.x -->
|
|
<ibiblio name="java-net"
|
|
m2compatible="true"
|
|
usepoms="true"
|
|
pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
|
|
root="http://download.java.net/maven/2"/>
|
|
<!-- PrimeFaces -->
|
|
<ibiblio name="primefaces"
|
|
m2compatible="true"
|
|
usepoms="true"
|
|
pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
|
|
root="http://repository.prime.com.tr"/>
|
|
<!-- MyFaces Core 2.0.1-SNAPSHOT -->
|
|
<ibiblio name="apache-maven2-snapshot"
|
|
m2compatible="true"
|
|
usepoms="true"
|
|
pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
|
|
root="http://people.apache.org/repo/m2-snapshot-repository"/>
|
|
</chain>
|
|
</resolvers>
|
|
|
|
</ivysettings>
|