John Dennis Casey fa28ec7da1 o Added a mojo wrapper which executes a marmalade script
o Modified the mojo tag to create a mojo/plexus component when not in describeOnly mode...for execution.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162945 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 03:28:56 +00:00
2004-08-10 00:30:25 +00:00
2004-08-09 18:43:08 +00:00
2004-08-10 02:41:13 +00:00
2004-08-09 19:34:13 +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%