chore: 新增插件仓库配置
This commit is contained in:
parent
87829d3ce8
commit
04392524ac
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user