Apache Maven core
Go to file
sugartxy 7f206ef1cc try-with-resources
Reformatted to code style by me. This fixes #53
2015-06-20 14:32:46 +02:00
apache-maven try-with-resources 2015-06-20 14:32:46 +02:00
maven-aether-provider try-with-resources 2015-06-20 14:32:46 +02:00
maven-artifact Upgraded to java7 language features 2015-06-20 10:56:07 +02:00
maven-builder-support try-with-resources 2015-06-20 14:32:46 +02:00
maven-compat try-with-resources 2015-06-20 14:32:46 +02:00
maven-core try-with-resources 2015-06-20 14:32:46 +02:00
maven-embedder try-with-resources 2015-06-20 14:32:46 +02:00
maven-model Upgraded to java7 language features 2015-06-20 10:56:07 +02:00
maven-model-builder try-with-resources 2015-06-20 14:32:46 +02:00
maven-plugin-api try-with-resources 2015-06-20 14:32:46 +02:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2015-04-22 07:54:54 -04:00
maven-settings [maven-release-plugin] prepare for next development iteration 2015-04-22 07:54:54 -04:00
maven-settings-builder Upgraded to java7 language features 2015-06-20 10:56:07 +02: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 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 Update JDK references to JDK7 2015-03-19 08:43:49 -04: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 Upgraded to java7 language features 2015-06-20 10:56:07 +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!