maze-server/maven-settings.xml
Manuel Friedli 0b6a25844a
All checks were successful
/ maven-build (push) Successful in 44s
Trigger commit.
2026-02-13 00:01:37 +01:00

18 lines
663 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<settings 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"
xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<servers>
<!-- obsolete -->
<server>
<id>repo.gittr.ch</id>
<username>ci</username>
<password>${env.REPO_TOKEN}</password>
</server>
<server>
<id>ossrh</id>
<username>4etdRvZF</username>
<password>${env.REPO_TOKEN_OSSRH}</password>
</server>
</servers>
</settings>