Maven
is a build and dependency management tool for java based application
development. Just like other java based development tools, it is not
installed as windows service, rather it is configured using windows
environment variables. These variables can be accessed from below
location:
Step 1) Install Java if not already done
To install java, download JDK installer and add/update the JAVA_HOME variable.
Step 2) Download Maven and extract it to desired location
Maven can be downloaded from this location. I have extracted it in location : D:Latest Setupapache-maven-3.0.4. You can choose your own.
Now, set the MAVEN_HOME variable just as you did for JAVA_HOME variable.
Step 3) Update PATH variable
To run maven from command prompt, this is necessary. Update the PATH variable with Maven’s installation bin directory.
Step 4) Test the installation
Maven installation is complete. Now lets test it from windows command prompt. Go to start menu and type cmd in
This should show the version information of maven installed. If there is any error shown, cross-check all above steps.
Control Panel > All Control Panel Items > System > Advanced system settings > Environment VariablesIn this post, I will summarize the steps needed to install maven on windows 7 operating system.
Step 1) Install Java if not already done
To install java, download JDK installer and add/update the JAVA_HOME variable.
Step 2) Download Maven and extract it to desired location
Maven can be downloaded from this location. I have extracted it in location : D:Latest Setupapache-maven-3.0.4. You can choose your own.
Now, set the MAVEN_HOME variable just as you did for JAVA_HOME variable.
Step 3) Update PATH variable
To run maven from command prompt, this is necessary. Update the PATH variable with Maven’s installation bin directory.
Step 4) Test the installation
Maven installation is complete. Now lets test it from windows command prompt. Go to start menu and type cmd in
This should show the version information of maven installed. If there is any error shown, cross-check all above steps.
No comments:
Post a Comment