Please someone tell me how can I install Maven using command line.
1 Like
Hey Richard,
You need to follow the below steps to install maven using the command line:
-
Download & Install Java.
-
Set Up Java Environment Variable.
-
Download Maven and Set Up Maven Environment Variable.
-
Updating the Path Variable with Maven’s installation ‘bin’ directory.
-
Testing the Maven Installation by running the below command:
mvn -version
You can go to Maven Tutorial – Getting Started With Maven for Selenium for more detail.
Hope it helps!
5 Likes