Apache Maven core
Go to file
Jason van Zyl efe96463b6 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162899 13f79535-47bb-0310-9956-ffa450edef68
2004-07-27 16:59:34 +00:00
benchmark o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-core-it Use maven.properties in all code instead of build.properties. 2004-07-27 13:23:36 +00:00
maven-core-it-support o Adding <modelVersion>. 2004-07-01 02:11:35 +00:00
maven-core-it-verifier Use maven.properties in all code instead of build.properties. 2004-07-27 12:40:11 +00:00
maven-mboot Use maven.properties in all code instead of build.properties. 2004-07-27 13:23:36 +00:00
maven-mboot2 o added an offline mode to the bootstrap, so on my machine I can bootstrap 2004-07-27 16:59:04 +00:00
maven-meeper o no longer need --ignore-existing 2004-07-27 05:20:41 +00:00
maven-model Rollback default Value of tests includes, It's now inherited from parent if it isn't define. 2004-07-27 15:40:04 +00:00
maven-plugins Remove default test includes value. 2004-07-27 11:24:42 +00:00
.cvsignore o Adding eclipse excludes. 2004-05-11 21:20:11 +00:00
README.txt o added an offline mode for the bootstrap 2004-07-27 16:57:59 +00:00
ci.sh Use maven.properties in all code instead of build.properties. 2004-07-27 13:23:36 +00:00
maven2-use-cases.xml o moved most use cases to confluence 2004-04-08 23:23:49 +00:00
mboot.jar *** empty log message *** 2004-07-27 16:59:34 +00:00
pom.xml added distributionManagement element 2004-07-03 12:59:58 +00:00

README.txt

-------------------------------------------------------------------------------
Bootstrapping Maven
-------------------------------------------------------------------------------

To bootstrap Maven you must have a ~/maven.properties file with the following
entries:

maven.home = /path/to/your/maven/installation
maven.repo.local = /path/to/your/local/repository

Once you have your ~/maven.properties setup then:

java -jar mboot.jar 

Should do the trick to produce a working installation of Maven
in ${maven.home}.

NOTE: You must run these instructions from this directory!

NOTE: If you want to run in offline mode where no downloading is done
      then add: 'maven.online = false' to your ~/maven.properties file.