Apache Maven core
Go to file
Brett Leslie Porter 1fb63ba3c0 moving repository permissions settings to a separate class - they don't belong in authentication info
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163346 13f79535-47bb-0310-9956-ffa450edef68
2005-02-09 06:17:38 +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 Initial revision 2005-01-25 12:10:40 +00:00
maven-artifact ability to set a proxy for a wagon 2005-02-08 07:48:08 +00:00
maven-core moving repository permissions settings to a separate class - they don't belong in authentication info 2005-02-09 06:17:38 +00:00
maven-core-it o Added pom interpolation based on regex search-and-replacement with ReflectionValueExtractor pom lookups. 2005-02-03 20:54:15 +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 Added debug option to compiler configuration. 2005-01-09 22:38:43 +00:00
maven-meeper Finally using new repo key 2005-02-05 20:18:35 +00:00
maven-model o add basic auth to model and lightweight wagon 2005-02-03 11:39:27 +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 better error handling 2005-01-18 20:44:53 +00:00
maven-repository-tools o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
.cvsignore Ignore mboot jar 2005-01-09 22:39:25 +00:00
README.txt Added debug option to compiler configuration. 2005-01-09 22:38:43 +00:00
ci.sh wrong date format 2004-09-20 05:13:19 +00:00
m2-bootstrap-all.bat Added debug option to compiler configuration. 2005-01-09 22:38:43 +00:00
m2-bootstrap-all.sh Added debug option to compiler configuration. 2005-01-09 22:38:43 +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 ~/.m2/maven.properties file with the following
entry:

maven.repo.local = /path/to/your/local/repository

Set the environment variable M2_HOME pointing to the dir where you want Maven2 installed.

You can set the parameters passed to the Java VM when running Maven2 bootstrap,
setting the environment variable MAVEN_OPTS, e.g.
e.g. to run in offline mode, set MAVEN_OPTS=-Dmaven.online=false
e.g. to build maven with debug info, set MAVEN_OPTS=-Dmaven.compiler.debug=true

Then run m2-bootstrap-all.bat (in Windows) or m2-bootstrap-all.sh (in Unix)

NOTE: You must run these instructions from this directory!