码迷,mamicode.com
首页 > Web开发 > 详细

eclispe 创建maven 项目:Could not resolve archetype org.apache.maven.archetypes

时间:2015-04-25 09:21:38      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:

昨天新装eclispe 后,创建maven工程后出现

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories.
  Could not resolve artifact
    Missing org.apache.maven.archetypes:maven-archetype-quickstart:pom:RELEASE

网上的解决办法:

http://blog.csdn.net/u011340807/article/details/12649249

http://www.cnblogs.com/quanyongan/archive/2013/04/17/3025971.html

自己的解决办法:

修改了maven 仓库地址: 在maven 的conf目录下setting.xml配置文件中,修改仓库地址

  <localRepository>/path/to/local/repo</localRepository> 修改自己对应的路径。

 

eclispe 创建maven 项目:Could not resolve archetype org.apache.maven.archetypes

标签:

原文地址:http://www.cnblogs.com/zhanggl/p/4455322.html

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