Apache Maven core
Go to file
Robert Scholte 21c13ca484 [MNG-5717] Enrich toolchain xml with merge information
Pushing version forward from 1.0.0 to 1.1.0
2014-11-02 21:15:50 +01:00
apache-maven Revert "Account the the jsoup license URL which appears to have 2014-10-13 23:54:18 +02:00
maven-aether-provider updated parent pom (and fixed issues...) 2014-10-24 01:25:49 +02:00
maven-artifact updated parent pom (and fixed issues...) 2014-10-24 01:25:49 +02:00
maven-compat updated parent pom (and fixed issues...) 2014-10-24 01:25:49 +02:00
maven-core [MNG-5717] Enrich toolchain xml with merge information 2014-11-02 21:15:50 +01:00
maven-embedder [MNG-5707] warn if Maven unsupported slf4j binding used 2014-10-30 14:32:10 +01:00
maven-model Tweak the description for a PluginExecution phase, to clarify where the default phase comes from. 2014-11-02 17:18:31 +01:00
maven-model-builder updated parent pom (and fixed issues...) 2014-10-24 01:25:49 +02:00
maven-plugin-api fix a lot of checkstyle violations for future m-checkstyle-p 2.13, as 2014-08-19 00:17:28 +02:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2014-08-11 13:55:03 -07:00
maven-settings fix a lot of checkstyle violations for future m-checkstyle-p 2.13, as 2014-08-19 00:17:28 +02:00
maven-settings-builder fix a lot of checkstyle violations for future m-checkstyle-p 2.13, as 2014-08-19 00:17:28 +02:00
src/site forgot cropping image 2013-08-24 05:28:14 +02: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 Add a LICENSE/NOTICE that can be picked up for the src assembly 2013-09-11 16:39:30 -04:00
README.md Collapse all README files into a single markdown file which shows up nicely on Github and is easy to read by itself in text form. 2014-02-10 10:52:13 -05:00
build.xml [MNG-5558] JVM used to run Maven must now be Java 1.6 or newer - can still compile and run tests with older JVMs via toolchains 2014-01-06 10:19:53 +00:00
doap_Maven.rdf add 3.0.4 in doap file 2012-07-09 09:09:49 +00: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-5715] Upgrade JUnit (for tests only) 2014-11-01 21:25:36 +01:00

README.md

Maven

Maven is available under the The Apache Software License, Version 2.0

Bootstrapping Basics

If you want to bootstrap Maven you'll need:

  • Java 1.6+
  • Ant 1.8 or later

First, give Ant a location into which the completed Maven distro should be installed:

export M2_HOME=$HOME/apps/maven/apache-maven-3.0-SNAPSHOT

Then, run Ant:

ant

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