Maven Environment variable(M2_HOME)
Download and Install apache maven and also set maven environmental variable.
Hello,
Here I am going to show you how to download and install apache maven and set M2_HOME Variable.
Apache Maven:
Apache maven is software project management and comprehension tool.
Step 1:
Before installing maven on our system we need to make shore the java JDK is installed on our system.
To do that use this command.
$ java -version.
this will give us version of the java we installed on our system.
Step 2:
Check JAVA_HOME Variable is set or not.
Download and Install apache maven .
Link to download: https://maven.apache.org/download.cgi
Step 4:
After downloading and installing we need to set the M2_HOME variable.
Step 5 : After setting M2_HOME variable set Path variable.
Video:
Related video:-
Leave a Comment