-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.xml
More file actions
24 lines (24 loc) · 834 Bytes
/
settings.xml
File metadata and controls
24 lines (24 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<settings>
<servers>
<server>
<id>central</id>
<username>${env.OSSRH_USER_TOKEN}</username>
<password>${env.OSSRH_PWD_TOKEN}</password>
</server>
<server>
<id>gpg.passphrase</id>
<passphrase>${env.MAVEN_GPG_PASSPHRASE}</passphrase>
</server>
</servers>
<!-- <profiles>-->
<!-- <profile>-->
<!-- <activation>-->
<!-- <activeByDefault>true</activeByDefault>-->
<!-- </activation>-->
<!-- <properties>-->
<!-- <gpg.keyname>${env.GPG_KEY}</gpg.keyname>-->
<!-- <gpg.passphrase>${env.GPG_PWD}</gpg.passphrase>-->
<!-- </properties>-->
<!-- </profile>-->
<!-- </profiles>-->
</settings>