Skip to content

Commit

Permalink
chore: 新增插件仓库配置
Browse files Browse the repository at this point in the history
  • Loading branch information
op027log authored and Charles7c committed Mar 6, 2024
1 parent 87829d3 commit 0439252
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,18 @@
</snapshots>
</repository>
</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>

0 comments on commit 0439252

Please sign in to comment.