#maven #

Installing Maven

For installing Maven on mac Os or any other operating system you have to first download maven from its website then put the unzip folder in any address you want on your machine then we have to set 2 system variables for it: the first one is PATH, and the another one is HOME. Then you can check from terminal if it is installed fault free. You can check it via this command on Terminal: mvn --version the the problem reveals when you restart the Terminal! the command does not work. It is like you never had installed Maven on your machine.

Taggings:

Subscribe to #maven #