forked from liferay/liferay-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivy-settings-publisher.xml
24 lines (19 loc) · 1.11 KB
/
ivy-settings-publisher.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
<ivysettings>
<include file="${ivy.custom.settings.file}" />
<credentials host="${sonatype.release.hostname}" realm="${sonatype.release.realm}" passwd="${sonatype.release.password}" username="${sonatype.release.username}" />
<credentials host="${sonatype.snapshot.hostname}" realm="${sonatype.snapshot.realm}" passwd="${sonatype.snapshot.password}" username="${sonatype.snapshot.username}" />
<resolvers>
<filesystem m2compatible="true" name="local-m2">
<artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
</filesystem>
<url m2compatible="true" name="sonatype-m2-release">
<artifact pattern="${sonatype.release.url}/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
</url>
<url m2compatible="true" name="sonatype-m2-snapshot">
<artifact pattern="${sonatype.snapshot.url}/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
</url>
</resolvers>
<signers>
<pgp keyId="${pgp.keyname}" name="${pgp.generator}" password="${pgp.passphrase}" />
</signers>
</ivysettings>