1.下载http://repo1.maven.org/maven2/archetype-catalog.xml 通过eclipse下载和网页下载我这里都比较慢,最后用的迅雷下载 2.将本地xml文件配置到eclipse中 依次打开 ...
前两天重装了系统,今天想写一个项目的时候出现了点问题。 在使用eclipse创建maven web项目时,点Finish后报了Could not resolve archetype的问题。 Could not resolve archetype org.apache.maven.archetypes:maven archetype webapp: . from any of the configu ...
2017-06-25 13:21 4 40873 推荐指数:
1.下载http://repo1.maven.org/maven2/archetype-catalog.xml 通过eclipse下载和网页下载我这里都比较慢,最后用的迅雷下载 2.将本地xml文件配置到eclipse中 依次打开 ...
转载: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 ...
eclipse第一次创建MAVEN项目时出现这个问题,查了很多文档改了没用,后来问了别人知道是maven中央仓库下载插件包失败就会报错。 解决办法: 用国内阿里云镜像会好很多 在settings.xml种添加 <mirrors> <mirror> ...
/archetypes/ 在新建maven工程时报错: Could not resolve arch ...
/ 在新建maven工程时报错: Could not resolve archetype o ...
今天在创建web项目的时候,eclipse出现以下错误 解决办法:配置一下 maven阿里云镜像,亲测有效,完美解决! 配置教程: http://blog.java1234.com/blog/articles/252.html maven阿里云镜像: <mirror> ...
错误: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories.Could ...