IntelliJ IDEA设置自带的maven为国内镜像

找到idea中maven中的“settings.xml”位置

一般在idea安装目录下的“D:\Program Files\JetBrains\IntelliJ IDEA\plugins\maven\lib\maven3\conf”

有maven2和maven3选择

打开settings.xml,其中查找“<localRepository>”标签

<localRepository>”标签的注释后面加 自建的maven仓库位置 语句:

<localRepository>D:\Program Files\Maven\repository</localRepository>

查找“<mirrors>”标签

在“<mirrors>”标签的注释后面 加下面语句:

<mirror>
<id>aliyun-public</id>
<mirrorOf>*</mirrorOf>
<name>aliyun public</name>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>

<mirror>
<id>aliyun-central</id>
<mirrorOf>*</mirrorOf>
<name>aliyun central</name>
<url>https://maven.aliyun.com/repository/central</url>
</mirror>

<mirror>
<id>aliyun-spring</id>
<mirrorOf>*</mirrorOf>
<name>aliyun spring</name>
<url>https://maven.aliyun.com/repository/spring</url>
</mirror>

<mirror>
<id>aliyun-spring-plugin</id>
<mirrorOf>*</mirrorOf>
<name>aliyun spring-plugin</name>
<url>https://maven.aliyun.com/repository/spring-plugin</url>
</mirror>

 

更多的AliRepo仓库服务,可以查看https://maven.aliyun.com/mvn/view 获取

 https://maven.aliyun.com/mvn/guide

Repository
Type
Policy
Path
apache snapshots
proxy
SNAPSHOT
https://maven.aliyun.com/repository/apache-snapshots
central
proxy
RELEASE
https://maven.aliyun.com/repository/central
google
proxy
RELEASE
https://maven.aliyun.com/repository/google
gradle-plugin
proxy
RELEASE
https://maven.aliyun.com/repository/gradle-plugin
jcenter
proxy
RELEASE
https://maven.aliyun.com/repository/jcenter
spring
proxy
RELEASE
https://maven.aliyun.com/repository/spring
spring-plugin
proxy
RELEASE
https://maven.aliyun.com/repository/spring-plugin
public
group
RELEASE
https://maven.aliyun.com/repository/public
releases
hosted
RELEASE
https://maven.aliyun.com/repository/releases
snapshots
hosted
SNAPSHOT
https://maven.aliyun.com/repository/snapshots
grails-core
proxy
RELEASE
https://maven.aliyun.com/repository/grails-core
mapr-public
proxy
RELEASE
https://maven.aliyun.com/repository/mapr-public

 
请点击仓库查看详情
 
IEDA中使用maven创建Project过程网络获取时间漫长,Properties中创建

Name=archetypeCatalog
Value=internal

可选择内置仓库优先。

posted on   专注30  阅读(7741)  评论(0编辑  收藏  举报

编辑推荐:
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示