Maven Install on Mac OS X

后端 未结 24 2132
野性不改
野性不改 2020-11-27 08:46

I\'m trying to install maven through the terminal by following these instructions.

So far I got this

export M2_HOME=/user/apple/apache-maven-3.0.3
ex         


        
24条回答
  •  轮回少年
    2020-11-27 09:38

    Alternatively, I recommend installing Homebrew for these kinds of utilities.

    Then you just install Maven using:

    brew install maven
    

    PS: If you got a 404 error, try doing a brew update just before

提交回复
热议问题