Apache Maven core
Go to file
Stephen Connolly 68e38e5086 Make it possible to run unit tests from an IDE 2017-03-19 21:55:46 +00:00
apache-maven [MNG-6115] prevent JAnsi from writing temp native files to lib/ext 2017-03-12 12:12:16 +01:00
maven-artifact [MNG-6176] Javadoc errors prevent release with Java 8 2017-03-18 12:55:05 +01:00
maven-builder-support [maven-release-plugin] prepare for next development iteration 2017-02-23 14:56:31 +00:00
maven-compat [MNG-6176] Fix javadoc *errors* in maven-compat 2017-03-18 12:34:45 +00:00
maven-core [MNG-6182] ModelResolver interface enhancements. 2017-03-19 04:01:34 +01:00
maven-embedder Make it possible to run unit tests from an IDE 2017-03-19 21:55:46 +00:00
maven-model [MNG-6176] Javadoc errors prevent release with Java 8 2017-03-10 16:17:28 +01:00
maven-model-builder [MNG-6189] warn if maven-site-plugin reportPlugins is configured 2017-03-19 21:51:53 +01:00
maven-plugin-api [MNG-6176] Javadoc errors prevent release with Java 8 2017-03-10 16:17:28 +01:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2017-02-23 14:56:31 +00:00
maven-resolver-provider [MNG-6182] ModelResolver interface enhancements. 2017-03-19 04:01:34 +01:00
maven-settings [MNG-6176] Javadoc errors prevent release with Java 8 2017-03-10 16:17:28 +01:00
maven-settings-builder [maven-release-plugin] prepare for next development iteration 2017-02-23 14:56:31 +00:00
maven-slf4j-provider [maven-release-plugin] prepare for next development iteration 2017-02-23 14:56:31 +00: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 Switch to resolveScm so that we get auto linking of matching integration test branches 2017-02-23 12:41:52 +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 Updated doap_Maven.rdf file 2017-02-18 18:09:04 +01:00
pom.xml fixed site generation: downgraded parent pom, upgraded m-assembly-p 2017-03-19 14:44:33 +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!