forked from liferay/liferay-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy-settings.xml
More file actions
17 lines (15 loc) · 789 Bytes
/
ivy-settings.xml
File metadata and controls
17 lines (15 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<ivysettings>
<settings defaultResolver="default" />
<resolvers>
<ibiblio m2compatible="true" name="jboss-nexus" root="https://repository.jboss.org/nexus/content/repositories/releases" usepoms="false" />
<ibiblio m2compatible="true" name="jboss-thirdparty" root="https://repository.jboss.org/nexus/content/repositories/thirdparty-releases" usepoms="false" />
<ibiblio m2compatible="true" name="maven2" root="http://repo1.maven.org/maven2/" usepoms="false" />
<ibiblio m2compatible="true" name="primefaces" root="http://repository.primefaces.org/" usepoms="false" />
<chain name="default" dual="true">
<resolver ref="jboss-nexus" />
<resolver ref="jboss-thirdparty" />
<resolver ref="maven2" />
<resolver ref="primefaces" />
</chain>
</resolvers>
</ivysettings>