forked from gscordeiro/faces-motors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivysettings.xml
17 lines (16 loc) · 965 Bytes
/
ivysettings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<ivysettings>
<settings defaultResolver="default"/>
<property name="m2-pattern" value="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]" override="false" />
<resolvers>
<chain name="default">
<filesystem name="local-maven2" m2compatible="true" >
<ivy pattern="${m2-pattern}"/>
<artifact pattern="${m2-pattern}"/>
</filesystem>
<ibiblio name="central" m2compatible="true"/>
<ibiblio name="JBoss Maven Repository" m2compatible="true" root="https://repository.jboss.org/nexus/content/groups/public/"/>
<ibiblio name="PrimeFaces Maven Repository" m2compatible="true" root="http://repository.primefaces.org"/>
<ibiblio name="Java Net Repository" m2compatible="true" root="https://maven.java.net/content/repositories/releases"/>
</chain>
</resolvers>
</ivysettings>