Apache Maven

Apache Maven

version 3+
Build Tool

Build automation and project management tool


About This Skill

Apache Maven is a build automation tool used primarily for Java projects. It addresses two aspects of building software: how software is built, and its dependencies. Maven uses a Project Object Model (POM) to manage project builds, dependencies, and documentation from a central piece of information.

Learn More

Useful Resources