Apache Maven core
Go to file
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
benchmark o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-artifact *** empty log message *** 2004-08-10 00:30:25 +00:00
maven-core o Added http://repository.codehaus.org alongside http://www.ibiblio.org/maven for latest updates (for now)... 2004-08-10 02:38:50 +00:00
maven-core-it Add description for it0004 and it0005. 2004-08-03 16:16:33 +00:00
maven-core-it-support o Adding <modelVersion>. 2004-07-01 02:11:35 +00:00
maven-core-it-verifier o interpolate System properties into the maven.properties values 2004-08-09 18:40:50 +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 the lightweight wagon is discovered by plexus so not directoy declared 2004-08-09 21:48:21 +00:00
maven-meeper o no longer need --ignore-existing 2004-07-27 05:20:41 +00:00
maven-model o Making it easier to change the model file. 2004-08-09 15:40:26 +00:00
maven-plugin o Added setMojos(List) and setDependencies(List), each of which make defensive copies of the lists, to support non-xstream component-set-descriptor generation (esp. for script-based mojos). 2004-08-10 02:39:59 +00:00
maven-plugin-loaders/maven-marmalade-loader o Added a mojo wrapper which executes a marmalade script 2004-08-10 03:28:56 +00:00
maven-plugin-tools Initial revision 2004-08-09 18:43:08 +00:00
maven-plugins o backing out my change, i was wrong 2004-08-09 23:28:50 +00:00
maven-repository-tools *** empty log message *** 2004-07-30 17:36:52 +00:00
.cvsignore o Added some more cleanup gunk. 2004-08-10 02:41:13 +00:00
README.txt o added an offline mode for the bootstrap 2004-07-27 16:57:59 +00:00
ci.sh Create ~/maven.properties if it doesn't exists. 2004-07-28 06:10:48 +00:00
m2-bootstrap-all.bat The bootstrap script is now visible from root directory. 2004-07-27 17:37:07 +00:00
m2-bootstrap-all.sh The bootstrap script is now visible from root directory. 2004-07-27 17:37:07 +00:00
mboot.jar o folks can bootstrap if they want to produce the JAR, but I do honestly 2004-07-29 03:27:55 +00:00
pom.xml use plexus 0.16 2004-08-09 19:34:13 +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.