码迷,mamicode.com
首页 > 其他好文 > 详细

idea创建maven项目慢的解决方案

时间:2017-07-24 16:29:18      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:archetype   http   repos   color   tor   set   log   bsp   name   

1.创建项目的时候添加参数

archetypeCatalog=internal

archetypeCatalog表示插件使用的archetype元数据,不加这个参数时默认为remote,

local,即中央仓库archetype元数据,由于中央仓库的archetype太多了,所以导致很慢,指定internal来表示仅使用内部元数据。

2.修改镜像

加入 阿里云的一个中央仓库

 <mirror>
    <id>alimaven</id>
    <mirrorOf>central</mirrorOf>
    <name>aliyun maven</name>            
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url> </mirror>

即修改settings.xml文件,加入上面的配置即可

 

idea创建maven项目慢的解决方案

标签:archetype   http   repos   color   tor   set   log   bsp   name   

原文地址:http://www.cnblogs.com/Profound/p/7229212.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!