Eclipse创建Maven时提示错误could not resolve archetype

Posted aston

tags:

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

  今天用Eclipse创建Maven多模块项目的时候提示错误:

  could not resolve archetype
  ******release from any of the configured repositories

  这个问题网上主要是两个解决方案:

  1.是修改setting.xml文件

    详情请见:http://www.cnblogs.com/dingyingsi/p/3616802.html

  2.是添加新的Catalog配置

    详情请见:http://blog.csdn.net/afgasdg/article/details/12757433/

  

  但是,这两种方法都没有解决我的问题。我用到的是第三种:

  首先,下载maven-archetype-quickstart-1.1.jar;

  然后,安装上面的jar包,命令如下:

    mvn install:install-file -DgroupId=org.apache.maven.archetypes -DartifactId=maven-archetype-site-simple -Dversion=1.1 -Dpackaging=jar -Dfile=maven-archetype-site-simple-1.1.jar

  最后,重启Eclipse就好了。

以上是关于Eclipse创建Maven时提示错误could not resolve archetype的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse创建maven项目时,出现Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources错

Eclipse创建maven项目时,出现Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources错

解决使用eclipse创建maven web项目时报Could not resolve archetype的问题

Maven 项目创建时遇到问题 (Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0

eclipse maven could not resolve archetype之类的错误

maven解决“Could not calculate build plan”问题