Apache Maven core
Go to file
Trygve Laugstol f5052b6d5a o Adding group id and version when creating a archetype.
o Adding licenses.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163293 13f79535-47bb-0310-9956-ffa450edef68
2005-01-06 13:03:10 +00:00
benchmark o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-1.x-integration o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
maven-archetype o Adding group id and version when creating a archetype. 2005-01-06 13:03:10 +00:00
maven-artifact *** empty log message *** 2004-12-29 06:59:23 +00:00
maven-core o Removing plexus-utils from the excludes list. 2005-01-04 17:56:20 +00:00
maven-core-it temporary fix for cygwin - need CommandLine to somehow call the cygwin m2 2004-12-15 11:27:43 +00:00
maven-core-it-plugin o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
maven-core-it-support o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
maven-core-it-verifier o don't need these and they interfere on 1.5 2004-12-29 20:20:48 +00:00
maven-mboot Use maven.properties in all code instead of build.properties. 2004-07-27 13:23:36 +00:00
maven-mboot2 *** empty log message *** 2004-12-23 23:46:42 +00:00
maven-meeper o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
maven-model add cvs.apache.org repository for snapshot dependencies 2004-12-20 18:40:14 +00:00
maven-plugin allow default values for parameters 2004-12-28 20:04:35 +00:00
maven-plugin-loaders/maven-marmalade-loader o Updated with the plexus-marmalade-factory dependency to get the PlexusComponentTag interface, so this loader's mojos will be compatible with the marmalade component factory 2004-08-10 03:29:45 +00:00
maven-plugin-tools *** empty log message *** 2004-12-28 20:50:49 +00:00
maven-plugins o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
maven-repository-tools o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
.cvsignore o Changed to depend on plexus-0.17 instead of -0.16 2004-08-26 01:18:19 +00:00
README.txt o added an offline mode for the bootstrap 2004-07-27 16:57:59 +00:00
ci.sh wrong date format 2004-09-20 05:13:19 +00:00
m2-bootstrap-all.bat MNG-86. Fix bootstrap failures when M2_HOME contains spaces. 2004-09-30 08:49:20 +00:00
m2-bootstrap-all.sh make integration tests run under java 2004-09-09 11:13:12 +00:00
mboot.jar *** empty log message *** 2004-12-29 06:59:23 +00:00
pom.xml *** empty log message *** 2004-12-23 23:46:42 +00:00
upgrading-dependencies.apt some notes on changing dependencies 2004-10-23 13:28:06 +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.