美文网首页
mac maven 安装 与 idea配置

mac maven 安装 与 idea配置

作者: lijingbo | 来源:发表于2020-04-03 22:09 被阅读0次

    1、登陆Apache maven官网

    http://maven.apache.org/index.html

    2、点击download,进入下载页面

    3、点击下载(上面那个直接可以用,下面那个是源码需要编译以后才可以用,按需下载)

    4、下载完毕复制到你想安装的目录,并解压

    5、配置路径

    a、open .bash_profile

    b、配置MAVEN_HOME

    c、source .bash_profile

    d、mvn -v

    5、idea 配置maven

    相关文章

      网友评论

          本文标题:mac maven 安装 与 idea配置

          本文链接:https://www.haomeiwen.com/subject/cjxufctx.html