(错误) Eclipse使用Maven创建Web时错误

Posted 专注改变人生。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(错误) Eclipse使用Maven创建Web时错误相关的知识,希望对你有一定的参考价值。

转自:http://blog.csdn.net/afgasdg/article/details/12757433

问题描述:

        使用Eclipse自带的Maven插件创建Web项目时报错:

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories.
Could not resolve artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:RELEASE
Failed to resolve version for org.apache.maven.archetypes:maven-archetype-webapp:pom:RELEASE: Could not find metadata org.apache.maven.archetypes:maven-archetype-webapp/maven-metadata.xml in local (C:\Users\liujunguang\.m2\repository)
Failed to resolve version for org.apache.maven.archetypes:maven-archetype-webapp:pom:RELEASE: Could not find metadata org.apache.maven.archetypes:maven-archetype-webapp/maven-metadata.xml in local (C:\Users\liujunguang\.m2\repository)

错误如图:

技术分享

技术分享


解决方案:

在Eclipse Maven配置中添加新的Catalog配置:


也可以下载到本地,然后再添加,这样比较快,eclipse联网比较慢


     如图:技术分享



接下来在使用刚添加的catalog创建web工程

      技术分享

    这个时候就可以看到Eclipse联网下载了:

     技术分享
这个时候看一下是不是创建成功了















以上是关于(错误) Eclipse使用Maven创建Web时错误的主要内容,如果未能解决你的问题,请参考以下文章

IntelliJ IDEA使用:创建maven web项目

eclipse中maven项目failonmissingwebxml错误的修复(转)

eclipse创建maven项目时如何修改web的版本和jdk的版本

如何用Maven创建web项目具体步骤

Eclipse下如何创建Maven Web项目

eclipse中怎么创建maven web project