Apache Maven core
Go to file
Brett Leslie Porter 7b1ca71aac each task on the CLI is to be executed individually - don't preprocess all the goals.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163432 13f79535-47bb-0310-9956-ffa450edef68
2005-02-28 22:57:39 +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 clean up some artifact related code 2005-02-24 05:33:18 +00:00
maven-core each task on the CLI is to be executed individually - don't preprocess all the goals. 2005-02-28 22:57:39 +00:00
maven-core-it make sure it0013 fails even under a non-clean repo 2005-02-28 22:47:19 +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 show log file contents when verification fails 2005-02-24 05:39:31 +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 Completed marmalade-mojo support, tested with m2 bootstrap with empty local repo and maven-core pegged at 2/26/2005. 2005-02-28 18:29:47 +00:00
maven-meeper Added ability to override groupId 2005-02-26 21:53:40 +00:00
maven-model allow plugins to be disabled (to override inheritence) 2005-02-27 22:34:01 +00:00
maven-plugin start to enhance the lifecycle. Need to pre-process plugins as currently goals are only executed if added to a phase after the current goal. Also need plugin configuration to activate these changes. 2005-02-27 05:39:55 +00:00
maven-plugin-tools o Completed marmalade-mojo support, tested with m2 bootstrap with empty local repo and maven-core pegged at 2/26/2005. 2005-02-28 18:29:47 +00:00
maven-plugins set phase 2005-02-27 23:58:41 +00:00
maven-reporting-api get project reports working 2005-02-23 00:06:06 +00:00
maven-repository-tools Added checksum validator repository tool 2005-02-23 20:57:34 +00:00
maven-script o Completed marmalade-mojo support, tested with m2 bootstrap with empty local repo and maven-core pegged at 2/26/2005. 2005-02-28 18:29:47 +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 continuum freaks out on the trailing slash currently 2005-02-16 00:00:21 +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!