Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories.
用eclipse创建maven项目报错
解决:
找到maven仓库,删除\Maven\repo\org\apache\maven\archetypes\maven-archetype-webapp\1.0,再重新创建。
ps:建议配置阿里云仓库
在settings.xml中加入
<mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror>

浙公网安备 33010602011771号