Apache Maven core
Go to file
Robin Müller b2afafe5a2 Parse properties before configuring the logging settings 2017-11-17 16:41:38 +01:00
apache-maven [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-artifact [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-builder-support [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-compat [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-core [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-embedder Parse properties before configuring the logging settings 2017-11-17 16:41:38 +01:00
maven-model [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-model-builder [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-plugin-api [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-resolver-provider [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-settings [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-settings-builder [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-slf4j-provider [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +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 Update Jenkinsfile to use JENKINS-43507 syntax for resolveScm 2017-08-29 21:47:50 +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 Update DOAP 2017-10-26 09:30:12 +01:00
pom.xml Add the serverId to scm-publish so that we do not need to rely on cached svn credentials 2017-10-18 09:54:02 +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!