Monday, September 22, 2014

Installing maven on Mac OS

Steps:
-------
a) Copy the maven folder inside "/usr/local” folder , which will look like this after copying
"/usr/local/apache-maven/apache-maven-3.2.1/bin"
b) update the .bash_profile and set the path
    export PATH = {$PATH}: /usr/local/apache-maven/apache-maven-3.2.1/bin
c) type "source ~/.bash_profile” in the terminal window to refresh the .bash_profile.

No comments: