Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 600 Bytes

File metadata and controls

executable file
·
27 lines (17 loc) · 600 Bytes

Maven Configuration

To install Maven you need to choose your OS and follow the instructions:

MacOSX

We could install maven using Homebrew:

brew install maven

Or we could follow the instruction [here] (https://www.mkyong.com/maven/install-maven-on-mac-osx/)

Windows

Follow the instruction [here] (https://www.mkyong.com/maven/how-to-install-maven-in-windows/)

Linux

Follow the instruction [here] (https://www.mkyong.com/maven/how-to-install-maven-in-ubuntu/)

Check your Maven Version:

Once Maven is installed, check the version by typing on the terminal:

mvn -version