Apache Maven core
Go to file
Karl Heinz Marbaise 8f619acd3a [MNG-6352] - Printout version information at the end of the build 2018-02-17 19:27:52 +01:00
apache-maven upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +01:00
maven-artifact Reduce number of global checkstyle rule violations 2018-02-11 11:41:16 +01:00
maven-builder-support upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +01:00
maven-compat Reduce number of global checkstyle rule violations 2018-02-11 11:41:16 +01:00
maven-core Remove Google Guava usage (move to Java7) 2018-02-11 11:54:17 +01:00
maven-embedder [MNG-6352] - Printout version information at the end of the build 2018-02-17 19:27:52 +01:00
maven-model upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +01:00
maven-model-builder Remove Google Guava usage (move to Java7) 2018-02-11 11:54:17 +01:00
maven-plugin-api Reduce number of global checkstyle rule violations 2018-02-11 11:41:16 +01:00
maven-repository-metadata upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +01:00
maven-resolver-provider Reduce number of global checkstyle rule violations 2018-02-11 11:41:16 +01:00
maven-settings upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +01:00
maven-settings-builder upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +01:00
maven-slf4j-provider Merge remote-tracking branch 'remotes/origin/MNG-6353' 2018-02-11 18:29:43 +01:00
src/site upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +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 Syntax 2017-12-11 13:48:11 +00: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 DOAP 2017-10-26 09:30:12 +01:00
pom.xml Merge remote-tracking branch 'remotes/origin/MNG-6353' 2018-02-11 18:29:43 +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.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!