Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 480 Bytes

README_Maven.md

File metadata and controls

12 lines (7 loc) · 480 Bytes

Maven Installation and Commands

Pre-requisite :

JDK 1.8 needs to be installed and Add ‘JAVA_HOME’ Environment Variable must be set.

  1. To test Java, go to command prompt and type java -version
  1. Download and Install Maven 3.x and set MAVEN_HOME to the environment variable.

Note : Visit below url for reference > https://howtodoinjava.com/maven/how-to-install-maven-on-windows/

  1. To test maven installation, go to the command prompt and type mvn --version