eclipse新建maven项目失败Could not resolve archetype

昨天晚上在做mapreduce时新建maven项目失败,到网上找解决方法,最终这个方法可行。这里转载记录一下。
原文作者博客名 houbin0912。
新建maven项目的时候,报:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories.
解决方法为
在eclipse maven配置中添加新的Catalog配置:

[http://repo1.maven.org/maven2/archetype-catalog.xml]

(在eclipse中window–>preference–>maven–>archetypes页面点击“add remote catalog”,在弹出框中“catalog file”中输入该xml配置链接,Description处根据自己的喜好填写;再次新建maven项目时,在catalog的下拉选择框中选择刚刚新建的名称即可)
我用这个方法解决了问题。
附上源博客地址:
http://blog.csdn.net/houbin0912/article/details/70198061

你可能感兴趣的:(个人玩)