mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-10 21:01:03 +01:00
9 lines
383 B
XML
9 lines
383 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>pub-repo</id>
|
||
|
<username>${env.DEPLOY_USER}</username>
|
||
|
<password>${env.DEPLOY_PASS}</password>
|
||
|
</server>
|
||
|
</servers>
|
||
|
</settings>
|