mxparser/settings.xml
lingsheng d1e1983163 Change maven repository to huawei cloud
(cherry picked from commit 02a9aa56d2b5a24b5aa6e1a8bb478cf646c4deda)
2021-07-21 17:37:45 +08:00

14 lines
473 B
XML

<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>huaweicloud</id>
<mirrorOf>central</mirrorOf>
<name>central repo</name>
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
</mirror>
</mirrors>
</settings>