-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.xml
33 lines (30 loc) · 998 Bytes
/
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
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<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>public</id>
<username>admin</username>
<password>Qaz=951@.0</password>
</server>
<server>
<id>releases</id>
<username>admin</username>
<password>Qaz=951@.0</password>
</server>
<server>
<id>snapshots</id>
<username>admin</username>
<password>Qaz=951@.0</password>
</server>
</servers>
<mirrors>
<mirror>
<id>alimaven</id>
<mirrorOf>*</mirrorOf>
<name>aliyun maven</name>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
</mirrors>
</settings>