Not able to run MAVEN in cmd prompt | Selenium Forum
M
Meenu Sivakumar Posted on 16/11/2018
I downloaded MAVEN 3.6.0 and I included all the environment variables yet it doesnt work.Please help.It shows
'mvn--version' is not recognized as an internal or external command,
operable program or batch file. 

A
Ashish Thakur Replied on 17/11/2018

You must have configured wrongly
1) You have to set MAVEN_HOME
2) Set the path variable to bin folder of maven
3) After above 2 - open a new command prompt and not an older one and work on it
It will work


M
Meenu Sivakumar Replied on 20/11/2018

thanks...it worked