Apache Maven core
Go to file
Emmanuel Venisse 70055892fc Move plexus-utils to 1.0.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@209031 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 07:43:12 +00:00
benchmark PR: MNG-140 2005-06-21 06:49:49 +00:00
examples/maven-hello-plugin update mojo 2005-06-03 00:47:00 +00:00
maven-1.x-integration remove old cvs ignore files 2005-06-07 05:24:51 +00:00
maven-archetype Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-archiver Create parent directories before write exportedpom.xml file 2005-07-04 07:31:59 +00:00
maven-artifact git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@208743 13f79535-47bb-0310-9956-ffa450edef68 2005-07-01 10:37:49 +00:00
maven-artifact-ant Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-artifact-manager Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-artifact-test Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-core Move plexus-utils to 1.0.1-SNAPSHOT 2005-07-04 07:43:12 +00:00
maven-core-it Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-core-it-plugin Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-core-it-support remove old cvs ignore files 2005-06-07 05:24:51 +00:00
maven-core-it-verifier Resolving: MNG-495 2005-06-21 14:51:55 +00:00
maven-mboot2 [MNG-533]. Add pom.properties in generated artifact. 2005-06-27 17:22:54 +00:00
maven-meeper add objectweb 2005-06-17 09:31:57 +00:00
maven-model Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-monitor Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-plugin-api Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-plugin-descriptor Fix bad test. 2005-07-01 04:53:10 +00:00
maven-plugin-registry Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-plugin-tools Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-plugins Use the new snapshot version of surefire 2005-07-04 07:32:51 +00:00
maven-profile Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-project Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-reporting Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-reports Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-repository-tools remove old cvs ignore files 2005-06-07 05:24:51 +00:00
maven-script Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-settings Update all versions to beta-1-SNAPSHOT 2005-06-27 15:29:14 +00:00
maven-site [MNG-547]. Add comment on M2_HOME. 2005-07-01 05:10:46 +00:00
sandbox Adding supports for encoding doctype/xschema declaration and the new provided scope. 2005-07-04 06:04:27 +00:00
README.txt clean up instructions 2005-05-12 10:21:57 +00:00
ci.sh change message when it is skipped due to already running 2005-06-07 05:18:41 +00:00
m2-bootstrap-all.bat git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191779 13f79535-47bb-0310-9956-ffa450edef68 2005-06-22 07:41:02 +00:00
m2-bootstrap-all.sh o M2_HOME has to be set. 2005-07-01 19:26:56 +00:00
plugin-inheritance-and-profiles-notes-jdcasey-20050526.txt adding my notes for implementing plugin inheritance and build profiles. delete if not needed. 2005-05-27 03:29:54 +00:00
pom.xml adding jdcasey and updating tz 2005-07-02 19:01:40 +00:00
upgrading-dependencies.apt some notes on changing dependencies 2004-10-23 13:28:06 +00:00

README.txt

-------------------------------------------------------------------------------
Bootstrapping Maven
-------------------------------------------------------------------------------

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

NOTE: presently, the directory {M2_HOME}/bin must be in your path:
set PATH=%PATH%;%M2_HOME%\bin
or
export PATH=$PATH:$M2_HOME/bin

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=-o

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

NOTE: You must run these instructions from this directory!