forked from appium/java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
22 lines (22 loc) · 717 Bytes
/
settings.xml
File metadata and controls
22 lines (22 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<servers>
<server>
<id>scm.dev.snap.repo</id>
<username>${env.NEXUS_SNAPSHOT_REPO_USERNAME}</username>
<password>${env.NEXUS_SNAPSHOT_REPO_PASSWORD}</password>
</server>
<server>
<id>scm.int.rel.repo</id>
<username>${env.NEXUS_RELEASE_REPO_USERNAME}</username>
<password>${env.NEXUS_RELEASE_REPO_PASSWORD}</password>
</server>
</servers>
<mirrors>
<mirror>
<id>central-mirror</id>
<url>http://nexus-proxy/nexus/content/groups/public/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
</settings>