- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.xml
More file actions
Latest commit
15 lines (15 loc) · 594 Bytes
/
Copy pathsettings.xml
File metadata and controls
15 lines (15 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<settingsxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ossrh</id>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_CENTRAL_TOKEN}</password>
</server>
<server>
<id>gpg.passphrase</id>
<passphrase>${env.MAVEN_GPG_PASSPHRASE}</passphrase>
</server>
</servers>
</settings>