How to install Maven on Mac OS

In this video I am going to show How to install Maven on Mac OS. Maven is build tool primary for Java projects. Prerequisites: How to install Java JDK on Mac OS X ( with JAVA_HOME ) - Maven Installation Steps ------------------------------------------- Download the Apache Maven file from Extract the distribution archive to /Applications/. $ tar -xvf Add the M2_HOME environment variable. Edit your ~/.bash_profile open -e ~/.bash_profile Add the following exports export M2_HOME=/Applications/ export PATH=$PATH:$M2_HOME/bin -------------------------------------------------- In this video series we will learn Maven tutorial for beginners - Le ... #ProgrammingKnowledge #Apache #Maven_tutorial #Beginners #Environment_Setup #Build_Life_Cycle #Build_profiles #Repositories #POM #Eclispe_IDE 20180808 j0OnSAP-KtU