Apache Maven core
Go to file
Martin Schäf d1dc63844f [MNG-5721] Possible NullPointerException in org.apache.maven.repository.MetadataResolutionResult
Signed-off-by: Michael Osipov <michaelo@apache.org>
2015-10-10 21:25:57 +02:00
apache-maven MNG-5858: mvn script fails to locate .mvn in current directory 2015-09-11 19:15:12 -04:00
maven-aether-provider [MNG-5907] org.apache.maven.repository.internal.RemoteSnapshotMetadataTest fails starting at midnight 2015-10-10 15:50:22 +02:00
maven-artifact removed unused config since MPIR is at 2.8 with MPIR-290 2015-08-09 21:30:11 +02:00
maven-builder-support removed unused config since MPIR is at 2.8 with MPIR-290 2015-08-09 21:30:11 +02:00
maven-compat [MNG-5721] Possible NullPointerException in org.apache.maven.repository.MetadataResolutionResult 2015-10-10 21:25:57 +02:00
maven-core Make the non-canonical build revision display the time zone 2015-10-10 16:54:43 +02:00
maven-embedder Capitalize names in missing -v output 2015-10-10 19:52:56 +02:00
maven-model fixed issue in comment 2015-09-14 22:29:13 +02:00
maven-model-builder [MNG-5907] org.apache.maven.repository.internal.RemoteSnapshotMetadataTest fails starting at midnight 2015-10-10 16:03:46 +02:00
maven-plugin-api [MNG-5887] updated Modello site url 2015-09-14 19:52:21 +02:00
maven-repository-metadata [MNG-5887] updated Modello site url 2015-09-14 19:52:21 +02:00
maven-settings [MNG-5887] updated Modello site url 2015-09-14 19:52:21 +02:00
maven-settings-builder removed unused config since MPIR is at 2.8 with MPIR-290 2015-08-09 21:30:11 +02:00
src/site Plexus is now at github 2015-08-03 00:23:39 +02:00
.gitattributes Fixed line feeds, added .gitattributes 2013-01-29 16:27:02 +01:00
.gitignore ignore .java-version file 2015-03-15 22:26:45 +11:00
LICENSE Add a LICENSE/NOTICE that can be picked up for the src assembly 2013-09-11 16:39:30 -04:00
NOTICE added link to Core ITs 2015-01-03 15:34:40 +01:00
README.md [MNG-5886] fixed broken link of ' Building Maven' in README.md 2015-09-12 10:20:23 +02:00
build.xml [MNG-5780] upgrade Java minimum version prerequisite from Java 6 to Java 7 2015-06-20 13:34:28 +02:00
deploySite.sh added classic deploySite.sh script to ease site generation and deployment to http://maven.apache.org/ref/3-LATEST/ 2014-12-14 11:08:52 +01:00
doap_Maven.rdf removed old 2.x versions since they are EOL 2015-01-04 21:35:23 +01:00
maven-ant-tasks-2.1.1.jar o Updated bootstrap to use upcoming maven-ant-tasks:2.1.1 2010-07-20 10:00:22 +00:00
pom.xml [MNG-5905] Maven build does not work with Maven 2.2.1 2015-10-07 17:30:04 +02:00

README.md

Maven

Maven is available under the Apache License, Version 2.0

Bootstrapping Basics

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

  • Java 1.7+
  • Ant 1.8 or later

Run Ant, specifying a location into which the completed Maven distro should be installed:

ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"

Once the build completes, you should have a new Maven distro ready to roll in that directory!