前两天重装了系统,今天想写一个项目的时候出现了点问题。 在使用eclipse创建maven web项目时,点Finish后报了Could not resolve archetype的问题。 Could not resolve archetype ...
.下载http: repo .maven.org maven archetype catalog.xml 通过eclipse下载和网页下载我这里都比较慢,最后用的迅雷下载 .将本地xml文件配置到eclipse中 依次打开windows preferences maven archetypes add local catalog .选择下载的xml文件,description随便填写,例如mav ...
2019-07-02 18:22 0 457 推荐指数:
前两天重装了系统,今天想写一个项目的时候出现了点问题。 在使用eclipse创建maven web项目时,点Finish后报了Could not resolve archetype的问题。 Could not resolve archetype ...
转载: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> ...
错误: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories.Could ...
错误: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories.Could ...
错误: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories. Could ...
报错信息如下: & 在网上百度这个问题和使用Maven创建Web项目时错误:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from ...