zoukankan      html  css  js  c++  java
  • Eclipse创建Maven时提示错误could not resolve archetype

      今天用Eclipse创建Maven多模块项目的时候提示错误:

      could not resolve archetype
      ******release from any of the configured repositories

      这个问题网上主要是两个解决方案:

      1.是修改setting.xml文件

        详情请见:http://www.cnblogs.com/dingyingsi/p/3616802.html

      2.是添加新的Catalog配置

        详情请见:http://blog.csdn.net/afgasdg/article/details/12757433/

      

      但是,这两种方法都没有解决我的问题。我用到的是第三种:

      首先,下载maven-archetype-quickstart-1.1.jar;

      然后,安装上面的jar包,命令如下:

        mvn install:install-file -DgroupId=org.apache.maven.archetypes -DartifactId=maven-archetype-site-simple -Dversion=1.1 -Dpackaging=jar -Dfile=maven-archetype-site-simple-1.1.jar

      最后,重启Eclipse就好了。

  • 相关阅读:
    每天一个命令
    2017-2-21
    egrep []+ 和awk总结
    ifconfig eth0 取行取列
    stat /etc/hosts 取行取列644
    压缩解压缩
    目录
    公告
    To do list
    CSP 2019 游记
  • 原文地址:https://www.cnblogs.com/aston/p/6095192.html
Copyright © 2011-2022 走看看