Developing with Maven building tool

Maven

Maven is a project building tool used commonly in industry along with ant.
By using maven  we are automating our building process .
We will consider maven in our current learning.
Maven project has its own folder structure. It also contains a very important file known as pom.xml.
It contains project properties, dependencies, pluggins various other information. We will study them later in another tutorial. You can try and study online for information on maven website.


We will not go in much details of what maven and its description. We will focus much on its implementation that is creating a maven project and its usage here.


Installing Maven in Windows

Creating Maven Project