*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-07-27 01:12:58 +00:00
parent 2f77519cc2
commit 7c1082a9e6
2 changed files with 16 additions and 0 deletions

16
README.txt Normal file
View File

@ -0,0 +1,16 @@
-------------------------------------------------------------------------------
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}.

BIN
mboot.jar

Binary file not shown.