Maven Install on Mac OS X

后端 未结 24 2172
野性不改
野性不改 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:25

    Just a brief addition; if you want to install a specific version on MacOS using Homebrew 1.5.2, you can install it the following way:

    1. brew update
    2. brew search maven

    This will give you maven versions available in homebrew

    1. brew install maven@3.3

    [If you want to install maven 3.3.]

提交回复
热议问题