Apache Maven is a Java-based tool for build automation and project management (in software development).
apache maven is a javabased tool for build automation and project management (in software development). it is centered around a project object model (pom) described in a xml file that describes the project structure and its dependencies to other components and libraries. maven provides predefined targets for source code compilation and packaging. it can automatically download referenced software libraries from an online repository. while theoretically maven's open design allows for support of other programming languages, it is mainly used for java development, where it has become widelyused both for open source projects as well as private development teams.
source-code-management build-system build-automation build-tool