-
Notifications
You must be signed in to change notification settings - Fork 82
/
maven-settings.xml
26 lines (24 loc) · 964 Bytes
/
maven-settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<!--
<mirrors>
<mirror>
<id>dbo-artifacts-server</id>
<url><!- TODO Set Corporate Artifacts Server repository URL, e.g. https://host:port/artifactory/repo-name -></url>
<mirrorOf>central,jcenter</mirrorOf>
</mirror>
</mirrors>
-->
<!--
<servers>
<server>
<id>dbo-artifacts-server</id>
<username><!- TODO Set Artifacts Server login -></username>
<password><!- TODO Set Artifacts Server password -></password>
<!- TODO Use https://maven.apache.org/guides/mini/guide-encryption.html for encrypt account password ->
</server>
</servers>
-->
</settings>