Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories

提示:

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories

起因:

创建MAVEN项目的时候,选择了类型:maven-archetype-quickstart,未加载完毕就取消,导致上面的错误。

解决办法:

  1. Open Window > Preferences
  2. Open Maven > Archetypes
  3. Click 'Add Remote Catalog' and add the following:

参考资料:

https://stackoverflow.com/questions/15506043/create-a-maven-project-in-eclipse-complains-could-not-resolve-archetype

posted @ 2017-09-02 16:53  图生  阅读(296)  评论(0)    收藏  举报