mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-10 02:57:17 +08:00
chore: 新增插件仓库配置
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -216,4 +216,18 @@
|
|||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
<!-- 插件仓库配置 -->
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>huawei-mirror</id>
|
||||||
|
<name>HuaweiCloud Mirror</name>
|
||||||
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>ali-mirror</id>
|
||||||
|
<name>AliYun Mirror</name>
|
||||||
|
<url>https://maven.aliyun.com/repository/public/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user