21 October 2014

Maven Installation guide

In this Thread i am going to how to use maven.First i will give you what is Maven.Maven is open source Building tool.it is distributed by Apache.If you really new with software development cycle i will tell why we want to use building tool.In software development cycle there are five main development cycles.Planing,Implementation,testing and documenting and Deployment and Maintenance are the development process.So when you build some product there may be bugs,errors.So you have to give the Quality output to your customer.So then you have to testing and development except most bugs fixed.So it is high cost for fixed errors and rebuild.So that's why we used building tool for make easier  our development process.Using Building tool we can test application,documentation easier.

How to install MAVEN in to windows

1 Step :
Download the maven using this url
(http://maven.apache.org/download.cgi)  and extract the zip file in any drive in your machine.

2 Step :
Download and install java in to your machine.

3 Step :
Set Path variables for java and maven.




4 Step:
Check maven is installed properly.


Thanks

No comments:

Post a Comment