Get A Running Web App in 5 minutes using Maven.

Below I will provide the steps to create a web-app using maven and get it running on tomcat, in just 5 minutes and without downloading and setting anything explicitly.

What you need is :
1. jdk 1.5 and above
2. maven 3
3. Eclipse or any IDE

Maven Archetype
We would be using maven archetype to create initial setup of our project.
Read More »