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
19 lines (14 loc) · 781 Bytes
/
Copy pathivy-settings.xml
File metadata and controls
19 lines (14 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<ivysettings>
<settings defaultResolver="default" />
<credentials host="repository.liferay.com" passwd="${ivy.repository.liferay.private.password}" realm="Sonatype Nexus Repository Manager API" username="${ivy.repository.liferay.private.username}" />
<resolvers>
<ibiblio m2compatible="true" name="liferay-private" root="${ivy.repository.liferay.private.url}" />
<ibiblio m2compatible="true" name="liferay-public" root="https://cdn.lfrs.sl/repository.liferay.com/nexus/content/groups/public" />
<ibiblio m2compatible="true" name="local-m2" root="file://${user.home}/.m2/repository" />
<chain dual="true" name="default">
<resolver ref="local-m2" />
<resolver ref="liferay-public" />
<resolver ref="liferay-private" />
</chain>
</resolvers>
</ivysettings>