forked from liferay/liferay-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivy-settings.xml
27 lines (25 loc) · 1.38 KB
/
ivy-settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<ivysettings>
<settings defaultResolver="default" />
<resolvers>
<ibiblio m2compatible="true" name="asu-gibson" root="https://gibson.asu.edu/maven" />
<ibiblio m2compatible="true" name="jboss-nexus" root="https://repository.jboss.org/nexus/content/repositories/releases" />
<ibiblio m2compatible="true" name="jboss-thirdparty" root="https://repository.jboss.org/nexus/content/repositories/thirdparty-releases" />
<ibiblio m2compatible="true" name="maven2" root="http://repo1.maven.org/maven2" />
<ibiblio m2compatible="true" name="ow2-public" root="http://repository.ow2.org/nexus/content/repositories/public" />
<ibiblio m2compatible="true" name="primefaces" root="http://repository.primefaces.org" />
<ibiblio m2compatible="true" name="liferay-public" root="https://repository.liferay.com/nexus/content/groups/public" />
<ibiblio m2compatible="true" name="pentaho" root="http://repository.pentaho.org/artifactory/repo" />
<ibiblio m2compatible="true" name="soapui" root="http://www.soapui.org/repository/maven2" />
<chain dual="true" name="default">
<resolver ref="asu-gibson" />
<resolver ref="jboss-nexus" />
<resolver ref="jboss-thirdparty" />
<resolver ref="maven2" />
<resolver ref="ow2-public" />
<resolver ref="primefaces" />
<resolver ref="liferay-public" />
<resolver ref="pentaho" />
<resolver ref="soapui" />
</chain>
</resolvers>
</ivysettings>