Apache Maven core
Go to file
Robert Scholte 4f05b59de9 [MNG-5754] Toolchains should be read during initialization
No need to wrap ToolchainsBuildingException with MisconfiguredToolchainException.
The latter was required when using ToolchainManagerPrivate
2015-01-17 16:27:55 +01:00
apache-maven [MNG-5745] Add example of toolchains.xml to Maven distribution 2014-12-26 14:29:21 +01:00
maven-aether-provider [maven-release-plugin] prepare for next development iteration 2014-12-14 12:22:54 -05:00
maven-artifact [maven-release-plugin] prepare for next development iteration 2014-12-14 12:22:54 -05:00
maven-builder-support Improve javadoc 2015-01-16 13:24:56 +01:00
maven-compat [maven-release-plugin] prepare for next development iteration 2014-12-14 12:22:54 -05:00
maven-core [MNG-5754] Toolchains should be read during initialization 2015-01-17 15:45:53 +01:00
maven-embedder [MNG-5754] Toolchains should be read during initialization 2015-01-17 16:27:55 +01:00
maven-model [maven-release-plugin] prepare for next development iteration 2014-12-14 12:22:54 -05:00
maven-model-builder improve model building documentation 2014-12-26 18:06:02 +01:00
maven-plugin-api [maven-release-plugin] prepare for next development iteration 2014-12-14 12:22:54 -05:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2014-12-14 12:22:54 -05:00
maven-settings [maven-release-plugin] prepare for next development iteration 2014-12-14 12:22:54 -05:00
maven-settings-builder Add missing @Override annotations 2015-01-10 18:00:57 +01: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 added link to Core ITs 2015-01-03 15:34:40 +01:00
README.md added link to Core ITs 2015-01-03 15:34:40 +01:00
build.xml (MNG-5717) Enrich toolchain xml with merge information 2014-11-02 21:48:01 +01: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 Use a released version of animal-sniffer-maven-plugin 2014-12-23 16:11:55 +01: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

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

export M2_HOME=$HOME/apps/maven/apache-maven-3.2.x-SNAPSHOT

Then, run Ant:

ant

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