Apache Maven core
Go to file
rfscholte f047ea1437 Squashed commit of the following:
commit c829bdcfc275b207e23fc568b3c16d98195675be
Author: rfscholte <rfscholte@apache.org>
Date:   Thu Aug 24 10:54:08 2017 +0200

    [MNG-6275] ServiceLoaderFactory can't find implementations via ClassRealm
2017-08-24 11:33:01 +02:00
apache-maven [MNG-6186] fixed path to jansi native libs in distribution 2017-06-10 08:04:43 +02:00
maven-artifact use "java -jar" command 2017-04-12 03:59:44 +02:00
maven-builder-support [MNG-6167] Clean up dependency mess (reported by dependency:analyze) 2017-05-16 15:27:22 +02:00
maven-compat [MNG-6167] Clean up dependency mess (reported by dependency:analyze) 2017-05-16 15:27:22 +02:00
maven-core Squashed commit of the following: 2017-08-24 11:33:01 +02:00
maven-embedder [MNG-6220] Add CLI options to control color output 2017-08-15 21:48:57 +02:00
maven-model [MNG-6174] Clean Up Maven Model 2017-08-02 19:31:49 +02:00
maven-model-builder [MNG-6123] detect self references in POM and fail fast 2017-08-01 22:01:36 +02:00
maven-plugin-api improved modello and animal sniffer's execution ids 2017-05-21 19:14:54 +02:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2017-04-03 20:35:47 +01:00
maven-resolver-provider MNG-6233 don't mix plexus and jsr330 annotations in aether-provider 2017-05-24 15:33:04 -04:00
maven-settings [maven-release-plugin] prepare for next development iteration 2017-04-03 20:35:47 +01:00
maven-settings-builder [maven-release-plugin] prepare for next development iteration 2017-04-03 20:35:47 +01:00
maven-slf4j-provider [maven-release-plugin] prepare for next development iteration 2017-04-03 20:35:47 +01:00
src/site [MNG-6140] maven-core depends on shared-utils (not project-utils) 2017-02-18 15:15:18 +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
Jenkinsfile use new "Maven 3 (latest)" and "JDK 1.x (latest)" Ubuntu+win aliases 2017-03-28 08:05:56 +02: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 updated urls (https, plexus) and license header formatting 2017-01-24 23:50:10 +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 Update the DOAP to include the 3.5.0 release 2017-04-07 09:11:30 +01:00
pom.xml [MNG-6148] Can't package and assemble with JDK9/Jigsaw 2017-08-15 21:42:42 +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+
  • Maven 3.0.5 or later

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

mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" clean package

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