vulgar5201 | 2cebf7c | 2025-06-07 17:58:05 +0800 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 4 | xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
| 5 | <mirrors>
|
| 6 | <mirror>
|
| 7 | <id>aliyunmaven</id>
|
| 8 | <mirrorOf>*</mirrorOf>
|
| 9 | <name>阿里云公共仓库</name>
|
| 10 | <url>https://maven.aliyun.com/repository/public</url>
|
| 11 | </mirror>
|
| 12 | </mirrors>
|
| 13 | </settings> |