blob: 0b273242bc6cb371bfaa4415a906d1a48f428767 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>github</id>
<privateKey>${env.GITHUB_TOKEN}</privateKey>
</server>
<server>
<id>maven-central</id>
<username>${env.OSS_SONATYPE_ORG_USERNAME}</username>
<password>${env.OSS_SONATYPE_ORG_PASSWORD}</password>
</server>
</servers>
</settings>