Monday 12 May 2014

How To Install Maven

To Install Maven into your local system follow the following steps.

1. Download the Maven Binaries from Apache community site.
2.Unzip the downloaded zip file.
3.Now Update path environment variable.Assign value to path variable till your Maven bin directory.
E.g. D:\apache-maven-3.2.1\bin



4. Add MAVEN_HOME environment variable.Assign value to MAVEN_HOME varialble where your maven is unzipped.
E.g. D:\apache-maven-3.2.1



5. Add JAVA_HOME environment variable.Assign value to JAVA_HOME varialble where your JDK is Installed.
E.g. D:\JDK7.0


6. After setting environment variables start command prompt and run command mnv --version.
If you getting following output the you have successfully installed Maven.







0 comments :

Post a Comment