MAVEN - A Java build system




(0 votes, average: 0 out of 5, rated)Maven will help you to automate boring tasks of a java project. It will take in charge librairies versions, Eclipse project files, builds, and unit testing validation. This article intends to give you an overview of Maven usage in a simple project. Instead of its old parent ANT, Maven wants you to describe tasks to do, and not the way to do them. I believe this is a more interesting way to work.



