IDEA卡在Downloading maven plugins的解决方法

IDEA卡在Downloading maven plugins的解决方法

IDEA创建Maven项目时一直卡在Downloading maven plugins for,原因是Maven自带镜像加载比较缓慢,可以换成阿里镜像。
打开Maven安装目录,点击conf,打开settings.xml
IDEA卡在Downloading maven plugins的解决方法_第1张图片
标签里面添加

<mirror>
    <id>alimavenid>
    <name>aliyun mavenname>
    <url>http://maven.aliyun.com/nexus/content/groups/public/url>
    <mirrorOf>centralmirrorOf> 
mirror>

你可能感兴趣的:(#,idea)