-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-release.xml
46 lines (46 loc) · 1.77 KB
/
settings-release.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
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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">
<mirrors>
<mirror>
<id>mirror</id>
<mirrorOf>central,jcenter,!prod,!dev</mirrorOf>
<name>mirror</name>
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
</mirrors>
<servers>
<server>
<id>prod</id>
<username>623026ac1683c073993d2623</username>
<password>o_B=-nfarD9u</password>
</server>
</servers>
<profiles>
<profile>
<id>prod</id>
<properties>
<altSnapshotDeploymentRepository>
prod::default::https://packages.aliyun.com/maven/repository/2081909-release-pQCHGf/
</altSnapshotDeploymentRepository>
<altReleaseDeploymentRepository>
prod::default::https://packages.aliyun.com/maven/repository/2081909-release-pQCHGf/
</altReleaseDeploymentRepository>
</properties>
<repositories>
<repository>
<id>central</id>
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
<repository>
<id>prod</id>
<url>https://packages.aliyun.com/maven/repository/2081909-release-pQCHGf/</url>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>prod</activeProfile>
</activeProfiles>
</settings>