2020-10-04 23:17:37 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"
|
|
|
|
xmlns="http://maven.apache.org/SETTINGS/1.1.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<servers>
|
|
|
|
<server>
|
|
|
|
<id>repo.gittr.ch</id>
|
2020-10-04 23:33:08 +02:00
|
|
|
<username>ci</username>
|
2020-10-04 23:17:37 +02:00
|
|
|
<password>${env.REPO_TOKEN}</password>
|
|
|
|
</server>
|
|
|
|
</servers>
|
|
|
|
</settings>
|