Building and Managing Java Project with Maven

Maven is a project management tool which encompasses a project model, a set of standards, a dependency management system, and logic for executing plugin goals at defined phases in a life cycle. The result is a tool that can be used for building and managing any Java-based project.

Read Article »