34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?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,!hejiuxiaofendui</mirrorOf>
|
|
<name>mirror</name>
|
|
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
|
|
</mirror>
|
|
</mirrors>
|
|
<servers>
|
|
<server>
|
|
<id>hejiuxiaofendui</id>
|
|
<username>609b35ba8e4139b4d7a66b62</username>
|
|
<password>C0hP7IW1XRtQ</password>
|
|
</server>
|
|
</servers>
|
|
<profiles>
|
|
<profile>
|
|
<id>rdc</id>
|
|
<properties>
|
|
<altReleaseDeploymentRepository>
|
|
hejiuxiaofendui::default::https://packages.aliyun.com/686f6d46286a43018f263a77/maven/hejiuxiaofendui
|
|
</altReleaseDeploymentRepository>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
<activeProfiles>
|
|
<activeProfile>Repository Proxy</activeProfile>
|
|
</activeProfiles>
|
|
</settings> |