Apache Maven
an easy introduction
Introduction
Apache Maven Tutorial by CodeDrops is a step by step introduction to Maven with a easy to understand explanation to assist beginners and intermediate users
Installation
Tutorial explains how to install Apache Maven. Normally, a couple of things puts off beginners from Apache Maven; complicated terms, endless downloads
Simple Project
In this tutorial, we create a Simple Maven project and build it. We hand code the project as beginners can learn more about the Maven Project structure
Dependency Management
Maven Dependency Management feature is useful to add external libraries to the project. In this tutorial, we add couple of dependencies to our project