Apache Maven core
Go to file
Christian Schulte a3cdfbbbe9 [MNG-5368] UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions
o Updated to log an error message for any caught 'InvalidVersionSpecificationException's.
2017-01-31 22:44:59 +01:00
apache-maven [MNG-6137] Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions 2017-01-31 16:14:31 +01:00
maven-aether-provider [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe 2017-01-28 14:07:59 +01:00
maven-artifact updated urls (https, plexus) and license header formatting 2017-01-24 23:50:10 +01:00
maven-builder-support [MNG-6151] Set version to 3.5.0-SNAPSHOT 2017-01-04 09:12:47 +00:00
maven-compat [MNG-5368] UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions 2017-01-31 22:44:59 +01:00
maven-core [MNG-6014] Removing ArtifactHandler for ejb3 2017-01-30 09:20:07 +01:00
maven-embedder [MNG-6078] Can't overwrite properties which have been defined in 2017-01-29 21:17:36 +01:00
maven-model [MNG-6068] Document default scope compile in XSD 2017-01-30 12:48:28 +01:00
maven-model-builder [MNG-5993] Confusing error message in case of missing/empty 2017-01-29 21:12:49 +01:00
maven-plugin-api updated urls (https, plexus) and license header formatting 2017-01-24 23:50:10 +01:00
maven-repository-metadata [MNG-6151] Set version to 3.5.0-SNAPSHOT 2017-01-04 09:12:47 +00:00
maven-settings updated urls (https, plexus) and license header formatting 2017-01-24 23:50:10 +01:00
maven-settings-builder [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe 2017-01-28 14:07:59 +01:00
maven-slf4j-provider [MNG-6093] use monkey patched slf4j-simple provider with Maven color 2017-01-24 18:40:07 +01:00
src/site updated urls (https, plexus) and license header formatting 2017-01-24 23:50:10 +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 Jenkins file notification email title improvement 2017-01-24 18:40:07 +01: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 added core its to projects' sources 2017-01-25 00:09:42 +01:00
pom.xml [MNG-6136] Upgrade Maven Wagon to 2.12 2017-01-31 15:35:57 +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!