Apache Maven core
Go to file
Jason van Zyl 2a5abbec46 o copy the mboot.jar to the top-level directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162882 13f79535-47bb-0310-9956-ffa450edef68
2004-07-27 01:24:16 +00:00
benchmark o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-core-it o Added unit tests for goal decoration/resolution. 2004-07-19 00:58:14 +00:00
maven-core-it-support o Adding <modelVersion>. 2004-07-01 02:11:35 +00:00
maven-core-it-verifier o Adding <modelVersion>. 2004-07-01 02:11:35 +00:00
maven-mboot check success of surefire 2004-07-18 06:43:40 +00:00
maven-mboot2 o copy the mboot.jar to the top-level directory 2004-07-27 01:24:16 +00:00
maven-meeper o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-model added maven.xsd to ignored list for maven-model. 2004-07-19 02:26:15 +00:00
maven-plugins Upps! I added pico personality to CVS but forgot to commit it... 2004-07-23 18:04:02 +00:00
.cvsignore o Adding eclipse excludes. 2004-05-11 21:20:11 +00:00
README.txt *** empty log message *** 2004-07-27 01:19:41 +00:00
ci.sh make most scripts exit on error 2004-07-18 01:22:49 +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 01:19:41 +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!