gson-comments/ci_settings.xml
JFronny 97aa219236
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Set up self-hosted
2022-11-03 15:20:24 +01:00

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>