-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.xml
26 lines (25 loc) · 835 Bytes
/
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
<settings>
<servers>
<server>
<id>ossrh</id>
<username>${JIRA_USERNAME}</username>
<password>${JIRA_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.keyname>D4D851EBF9A44382B72AF932B79653F1AC517E28</gpg.keyname>
<gpg.executable>gpg</gpg.executable>
<gpg.passphrase>${GPG_PASSPHRASE}</gpg.passphrase>
<gpg.defaultKeyring>true</gpg.defaultKeyring>
<gpg.useagent>true</gpg.useagent>
<gpg.lockMode>never</gpg.lockMode>
</properties>
</profile>
</profiles>
</settings>