Emmanuel Venisse 4a505b6841 Add log.txt
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163246 13f79535-47bb-0310-9956-ffa450edef68
2004-12-06 10:51:58 +00:00
2004-09-17 22:03:03 +00:00
2004-12-06 10:47:07 +00:00
2004-12-06 10:51:58 +00:00
2004-09-23 16:42:23 +00:00
2004-12-06 10:46:36 +00:00
2004-12-06 10:47:39 +00:00
2004-09-20 05:13:19 +00:00
2004-12-06 10:47:07 +00:00
2004-10-25 14:22:51 +00:00

-------------------------------------------------------------------------------
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.
Languages
Java 99.6%
Shell 0.2%
Batchfile 0.1%