Maven
Posted by Olga on May 7, 2010 in Uncategorized
No Comments
Apache Maven is a software project management tool that provides a standard way to build the project. It bases on project object model (POM) to describe how the project is build, order and dependencies with other modules. It also specify some development guidelines as keeping your testing and source code in a separate structure. Maven [...]