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.
-------
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:
Post a Comment