Apache Maven core
Go to file
Hervé Boutemy 207d18ddb6 stupid "enchancement" :) 2015-03-07 09:07:08 +01:00
apache-maven Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-aether-provider Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-artifact Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-builder-support [MNG-5778] s/3.2.6/3.3.0/ in code (@since in javadoc) 2015-03-05 08:42:23 +01:00
maven-compat Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-core MNG-5779 Export org.slf4j.spi.* to fix the Javadoc plugin error 2015-03-05 00:40:45 -08:00
maven-embedder stupid "enchancement" :) 2015-03-07 09:07:08 +01:00
maven-model Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-model-builder Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-plugin-api Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-repository-metadata Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-settings Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
maven-settings-builder Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT 2015-03-04 10:58:05 -08:00
src/site [MNG-5740] added maven-builder-support to dependency image 2015-02-28 18:12:16 +01:00
.gitattributes Fixed line feeds, added .gitattributes 2013-01-29 16:27:02 +01:00
.gitignore Merge branch 'eclipse-aether' of github.com:tesla/tesla-build into eclipse-aether 2013-03-14 13:03:31 -07: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 Simplify the bootstrapping instructions to remove use of M2_HOME. 2015-02-21 09:17:50 -05:00
build.xml MNG-5767 updated build.xml to match maven changes 2015-02-26 13:24:11 -05: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 Move to Java 7 2015-03-05 15:35:10 -08: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.6+
  • 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.2.x-SNAPSHOT"

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