mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
10 lines
478 B
XML
10 lines
478 B
XML
<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-qqq-maven-registry</id>
|
|
<username>${env.QQQ_MAVEN_REGISTRY_USERNAME}</username>
|
|
<password>${env.QQQ_MAVEN_REGISTRY_PASSWORD}</password>
|
|
</server>
|
|
</servers>
|
|
</settings>
|