解决IDEA 更新Maven Repository慢的问题

Posted 江西昊仔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决IDEA 更新Maven Repository慢的问题相关的知识,希望对你有一定的参考价值。

问题
我们在idea中更新maven索引时会发现非常慢,点了update进度条几乎还是不动。即使设置了idea的代理,maven更新索引还是不通过代理更新。

解决
1.点开设置
Preferences | Appearance & Behavior | System Settings | HTTP Proxy
配置代理

2.找到
Preferences | Build, Execution, Deployment | Build Tools | Maven | Importing
在VM options for importer中加入如下语句

-DproxySet=true -DproxyHost=127.0.0.1 -DproxyPort=1087

3.在
Preferences | Build, Execution, Deployment | Build Tools | Maven | Runner
中的VM options加入同样的语句

-DproxySet=true -DproxyHost=127.0.0.1 -DproxyPort=1087

4.应用确定后重启idea即可生效。

以上是关于解决IDEA 更新Maven Repository慢的问题的主要内容,如果未能解决你的问题,请参考以下文章

解决IDEA 更新Maven Repository慢的问题

IDEA External libraries 不显示Maven中引入的repository

IDEA External libraries 不显示Maven中引入的repository

linux下安装nexus repository及Intellij Idea集成私有maven

IDEA 环境下更改Maven的仓库镜像提高下载速度

解决 Maven was cached in the local repository, resolution will not be reattempted until the update int