eclipse maven could not resolve archetype之类的错误

Posted lgp20151222

tags:

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

先说下网上有种联网导入的方法

而我的是本地导入的方法

 

就是导入原型特慢

或者

原型下载都下载不了的问题

 

解决方法只能

把那个文件下载搞到本地

没有被墙 就是速度慢

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

 

找到maven的settings.xml

 

<localRepository>E:/apache-maven-3.5.0/.m/repository</localRepository>

 

根据目录创建

E:\apache-maven-3.5.0\.m2\repository\org\apache\maven\archetype\archetype-catalog\2.4

 放进去即可

2.4基本是固定了

用了差不多两年了都是2.4.....

 

以上是关于eclipse maven could not resolve archetype之类的错误的主要内容,如果未能解决你的问题,请参考以下文章

eclipse maven could not resolve archetype之类的错误

Eclipse使用Maven创建Web时错误:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap

解决使用eclipse创建maven web项目时报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项目时报Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources(示例