forked from community/device-mgt-core
parent
5552b382ad
commit
1cbf501661
@ -1,12 +1,12 @@
|
|||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||||
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>maven-snapshots</id>
|
<id>maven-snapshots</id>
|
||||||
<username>${env.MAVEN_REPO_USER}</username>
|
<username>${env.MAVEN_REPO_USER}</username>
|
||||||
<password>${env.MAVEN_REPO_PASS}</password>
|
<password>${env.MAVEN_REPO_PASS}</password>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
</settings>
|
</settings>
|
||||||
|
Loading…
Reference in new issue