Apache Maven, or Maven for short, is a software project management and comprehension tool
which uses a central Project Object Model (POM) to manage a project’s build, reporting
and documentation generation. The POM files (pom.xml
) are included in the solution projects for
GreenPages.
To install Maven, visit the Maven website (http://maven.apache.org) and follow the download instructions from there.
This document has been written and tested with Maven version 2.0.6. The rest of the document assumes that the Maven
commands (mvn …
) are available from the command line.