Creating Maven Project
This lesson gives a brief introduction to Maven. It is more like a guide to set a Maven project on our system, depending on its requirements.
We'll cover the following...
What is Maven? #
Apache Maven is a software project management and comprehension tool that can manage a project’s build, reporting, and documentation from a central piece of information, making it a complete build lifecycle framework.
System requirements #
Maven 3.3+ requires JDK 1.7 or above to execute. They still allow you to build against 1.3 and other JDK versions.
Installation #
The current latest Maven can be ...