device-mgt-core/.m2/settings.xml

13 lines
491 B
XML
Raw Permalink Normal View History

2018-07-06 07:23:44 +00:00
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2018-07-06 17:09:47 +00:00
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
2018-07-06 07:23:44 +00:00
https://maven.apache.org/xsd/settings-1.0.0.xsd">
2018-07-06 17:09:47 +00:00
<servers>
<server>
2018-07-06 07:23:44 +00:00
<id>maven-snapshots</id>
2018-07-06 17:09:47 +00:00
<username>${env.MAVEN_REPO_USER}</username>
<password>${env.MAVEN_REPO_PASS}</password>
</server>
</servers>
2018-07-06 07:23:44 +00:00
</settings>