eclipse中maven创建项目失败
eclipse中maven创建项目失败
eclipse中maven创建项目失败显示
Couldnot resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:10fromany ofthe configuredrepositories
其实这个问题很简单就是在maven创建项目中需要一个文件夹来存放数据,而在官网中解压的conf中settings.xml中的文件路径为E:\项目…
我的解决方法是在maven文件夹中创建一个空白的名为repository的文件夹
然后修改conf中的setting.xml第53行中的文件路径为D:\maven\repository
保存之后setting.xml会自动修改,然后这个界面中文件路径会自动修改
点击OK就可以成功创建maven项目