Skip to content

shivajideotale/maven

This branch is 3911 commits behind apache/maven:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 15, 2020
Mar 19, 2021
Mar 27, 2021
Apr 4, 2021
Jan 30, 2021
Mar 27, 2021
Apr 4, 2021
Mar 27, 2021
Apr 4, 2021
Apr 4, 2021
Jan 15, 2021
Jan 15, 2021
Nov 27, 2020
Mar 13, 2021
Feb 28, 2021
Mar 19, 2021
Jan 15, 2021
Jan 15, 2021
Feb 20, 2021
Feb 6, 2021
Aug 20, 2018
Dec 8, 2019
Jan 29, 2013
Dec 25, 2020
Jan 13, 2019
Dec 24, 2020
Jun 1, 2020
Sep 11, 2013
Nov 16, 2019
Mar 13, 2021
Jun 10, 2019
Nov 19, 2019
Apr 4, 2021

Repository files navigation

Apache Maven

ASF Jira Apache License, Version 2.0, January 2004 Maven Central Jenkins Status Jenkins tests

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

If you think you have found a bug, please file an issue in the Maven Issue Tracker.

Documentation

More information can be found on Apache Maven Homepage. Questions related to the usage of Maven should be posted on the Maven User List.

Where can I get the latest release?

You can download the release source from our download page.

Contributing

If you are interested in the development of Maven, please consult the documentation first and afterward you are welcome to join the developers mailing list to ask questions or discuss new ideas/features/bugs etc.

Take a look into the contribution guidelines.

License

This code is under the Apache License, Version 2.0, January 2004.

See the NOTICE file for required notices and attributions.

Donations

Do you like Apache Maven? Then donate back to the ASF to support the development.

Quick Build

If you want to bootstrap Maven, you'll need:

  • Java 8+
  • Maven 3.0.5 or later
  • Run Maven, specifying a location into which the completed Maven distro should be installed:
    mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.0.x-SNAPSHOT" clean package
    

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%