Apache Maven core
Go to file
John Dennis Casey 7f6f4452f2 o Changed Set to List for remote repo handling so that we can maintain declarative ordering in remote repos we use.
o Added UserModel support, integrated with maven-artifact and wagon via AuthenticationInfoProvider implementation.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163501 13f79535-47bb-0310-9956-ffa450edef68
2005-03-09 05:48:31 +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-archiver - Externalize archiver methods 2005-03-05 14:52:12 +00:00
maven-artifact o Changed Set to List for remote repo handling so that we can maintain declarative ordering in remote repos we use. 2005-03-09 05:48:31 +00:00
maven-core o Changed Set to List for remote repo handling so that we can maintain declarative ordering in remote repos we use. 2005-03-09 05:48:31 +00:00
maven-core-it Fix integration tests 2005-03-08 06:39:50 +00:00
maven-core-it-plugin integration test updates relating to phases 2005-02-28 23:37:19 +00:00
maven-core-it-support o Setting some additional ignores. 2005-01-03 06:41:15 +00:00
maven-core-it-verifier show log file contents when verification fails 2005-02-24 05:39:31 +00:00
maven-mboot2 o Changed Set to List for remote repo handling so that we can maintain declarative ordering in remote repos we use. 2005-03-09 05:48:31 +00:00
maven-meeper Added ability to override groupId 2005-02-26 21:53:40 +00:00
maven-model tests and repairs for scope 2005-03-08 05:34:52 +00:00
maven-monitor o Adding some CVS ignores. 2005-03-07 18:12:04 +00:00
maven-plugin o Added first-pass logging and event-monitoring impls. Converted all System.out calls in maven-component plugins to use logger. 2005-03-04 09:04:26 +00:00
maven-plugin-tools scoping 2005-03-08 06:19:59 +00:00
maven-plugins o Changed Set to List for remote repo handling so that we can maintain declarative ordering in remote repos we use. 2005-03-09 05:48:31 +00:00
maven-reporting-api scoping 2005-03-08 06:19:59 +00:00
maven-repository-tools scoping 2005-03-08 06:19:59 +00:00
maven-script o Adding some CVS ignores. 2005-03-07 18:12:04 +00:00
maven-user-model o Changed Set to List for remote repo handling so that we can maintain declarative ordering in remote repos we use. 2005-03-09 05:48:31 +00:00
.cvsignore *** empty log message *** 2005-03-08 06:50:23 +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 scoping 2005-03-08 06:19:59 +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!