gson-comments/ci_settings.xml

10 lines
429 B
XML

<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
<id>jf-maven</id>
<username>${MAVEN_NAME}</username>
<password>${MAVEN_TOKEN}</password>
</server>
</servers>
</settings>