Skip to content
EntityQ139941· pop 30· linked from 279 articles

Apache Maven

Sign in to save

Also known as Maven

build automation tool used primarily for Java projects

Key facts

Developer
The Apache Software Foundation
Initial release
13 July 2004 ; 21 years ago ( 2004-07-13 )
Stable release
3.9.16 / 17 May 2026 ; 24 days ago ( 17 May 2026 )
Written in
Java
Type
Build tool
License
Apache License 2.0
Website
maven .apache .org
Repository
github .com /apache /maven

via Wikipedia infobox

Wikidata facts

Official website
maven.apache.org
Show 9 more facts
software version identifier
3.9.15
publication date
2002-03-30
social media followers
11319
inception
2008-02-01
Commons category
Apache Maven
Sources (6)

via Wikidata · CC0

~12 min read

Article

Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. The Maven project is hosted by The Apache Software Foundation, where it was formerly part of the Jakarta Project.

Maven addresses two aspects of building software: how software is built and its dependencies. Unlike earlier tools like Apache Ant, it uses conventions for the build procedure. Only exceptions need to be specified. An XML file describes the software project being built, its dependencies on other external modules and components, the build order, directories, and required plug-ins. It comes with pre-defined targets for performing certain well-defined tasks such as compilation of code and its packaging. Maven dynamically downloads Java libraries and Maven plug-ins from one or more repositories such as the Maven 2 Central Repository, and stores them in a local cache. This local cache of downloaded artifacts can also be updated with artifacts created by local projects. Public repositories can also be updated.

Connections

Categories