Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the pom.xml declarative file. Maven can be extended by plugins to utilize a number of other development tools for reporting or the build process.
Features
- Documentation available
- Project management and comprehension tool
- Based on the concept of a project object model (POM)
- Manage a project's build
- Reporting and documentation from a central piece of information
- This code is under the Apache License
