How will you verify if maven is installed on windows?
Answer Posted / Hemant Kumar Rawat
You can verify if Maven is installed on Windows by checking the 'mvn' command availability in the Command Prompt. Open Command Prompt (cmd), and type 'mvn -version'. If Maven is correctly installed, it should return information about the Maven version.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers