Eclipse创建maven项目时异常

来源:互联网 发布:苹果手机mac有什么用 编辑:程序博客网 时间:2024/06/07 17:19

异常信息:

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


这个问题,需要更新,设置一个镜像就行了...在 setting上额mirrors节点上配置


<mirror>  
      <id>UK</id>  
      <name>UK Central</name>  
      <url>http://uk.maven.org/maven2</url>  
      <mirrorOf>central</mirrorOf>  
  </mirror>  
0 0
原创粉丝点击