How to setup Maven for Selenium Webdriver
1. Open https://maven.apache.org/
2. Set the folder path D:\Selenium\Eclipse\Maven\apache-maven-3.0.5 at
3. Set the environment variable
MAVEN_HOME
D:\Selenium\Eclipse\Maven\apache-maven-3.0.5
4. Set System Environment Variable
JAVA_HOME
C:\Program Files\Java\jdk1.8.0_45
5. Edit Path Environment variable and add
6. Check Maven is installed in the computer or not
a. open command prompt
b. enter mvn --version
it should dipslay the version of the maven installed
1. Open https://maven.apache.org/
2. Set the folder path D:\Selenium\Eclipse\Maven\apache-maven-3.0.5 at
3. Set the environment variable
MAVEN_HOME
D:\Selenium\Eclipse\Maven\apache-maven-3.0.5
4. Set System Environment Variable
JAVA_HOME
C:\Program Files\Java\jdk1.8.0_45
5. Edit Path Environment variable and add
6. Check Maven is installed in the computer or not
a. open command prompt
b. enter mvn --version
it should dipslay the version of the maven installed