Skip to content
Java Other
  1. Java 99.5%
  2. Other 0.5%
Branch: master
Clone or download

Latest commit

olamy fix mvnDebug which was not working anymore for unix
Signed-off-by: olivier lamy <olamy@apache.org>
Latest commit cde15f4 Jun 2, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github [MNG-6362] - Adding CONTRIBUTING, README.md pull_request_template for Mar 20, 2018
apache-maven fix mvnDebug which was not working anymore for unix Jun 2, 2020
maven-artifact [MNG-6855] Simplify code Jan 26, 2020
maven-builder-support [MNG-5669] same pom.xml is read multiple times Jan 29, 2020
maven-compat [MNG-6886] upgrade plexus-cipher to 1.8 and update changed groupId (#335 Apr 9, 2020
maven-core [MNG-6873] Align JUnit version to 4.13 May 9, 2020
maven-embedder [MNG-6873] Align JUnit version to 4.13 May 9, 2020
maven-model-builder [MNG-6819] Fix also NPE in StringSearchModelInterpolator May 23, 2020
maven-model [MNG-6824] ModelMerger is broken Dec 22, 2019
maven-plugin-api [MNG-6866] extract methods, apply SLA, introduce mass mojo adding Mar 29, 2020
maven-repository-metadata [maven-release-plugin] prepare for next development iteration Nov 19, 2019
maven-resolver-provider [MNG-5669] same pom.xml is read multiple times Jan 29, 2020
maven-settings-builder [MNG-6831] Replace Anonymous classes by lambdas Jan 25, 2020
maven-settings [maven-release-plugin] prepare for next development iteration Nov 19, 2019
maven-slf4j-provider [MNG-6855] Simplify code Jan 26, 2020
maven-slf4j-wrapper [MNG-6891] Improve user-friendliness --fail-on-severity May 3, 2020
maven-wrapper Get maven user home (~/.m2) with the same logic with maven May 24, 2020
src/site fixed dependency schema: model-builder depends on artifact Aug 20, 2018
.asf.yaml Added label apache-maven Dec 8, 2019
.gitattributes Fixed line feeds, added .gitattributes Jan 29, 2013
.gitignore updated model version to latest 1.1.0 Apr 11, 2018
CONTRIBUTING.md [MNG-6559] Fix mailing list URL (#230) Jan 13, 2019
Jenkinsfile [MNG-6914] Align mvn and mvnw scripts May 23, 2020
Jenkinsfile.its Add a Jenkinsfile to run it test (per default it runs it master branc… Jun 1, 2020
LICENSE Add a LICENSE/NOTICE that can be picked up for the src assembly Sep 11, 2013
NOTICE update copyright year Nov 16, 2019
README.md added Jira badge Apr 14, 2020
deploySite.sh Use properly quoted shell arguments with "$@" Jun 10, 2019
doap_Maven.rdf Add Apache Maven 3.6.3 Nov 19, 2019
pom.xml [MNG-6900] Upgrade Jansi to 1.18 May 27, 2020

README.md

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 release source from our download page.

Contributing

If you are interested in the development of Maven, please consult the documentation first and afterwards you are welcome to join the developers mailing list to ask question 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

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 1.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-3.7.x-SNAPSHOT" clean package
You can’t perform that action at this time.