zoukankan      html  css  js  c++  java
  • (错误) 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:Usersliujunguang.m2 epository)
    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:Usersliujunguang.m2 epository)

    错误如图:




    解决方案:

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


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


         如图:



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

          

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

         
    这个时候看一下是不是创建成功了

  • 相关阅读:
    随便发泄几句
    四年有感
    测试产品杂谈
    质量管理杂谈
    提升
    下半年工作方向
    测试资源分配
    2013思路
    微博吐槽汇总
    招聘
  • 原文地址:https://www.cnblogs.com/shyroke/p/7299562.html
Copyright © 2011-2022 走看看