maven

How to install maven on mac

  1. install brew

    https://brew.sh/
    paste
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    on terminal

  2. run following command

    $ brew update
    $ brew install maven
    $ mvn – v for checking the version

Was this article helpful?

Leave A Comment?