Apache Maven core
Go to file
Brett Leslie Porter bcf34b9bb5 new distribution location
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193080 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 05:54:36 +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 PR: MNG-140 2005-06-21 06:49:49 +00:00
maven-archiver PR: MNG-140 2005-06-21 06:49:49 +00:00
maven-artifact Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-artifact-ant add verbose mode for ant tasks 2005-06-22 18:29:24 +00:00
maven-artifact-manager Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-artifact-test Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-core Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-core-it Resolving issue: MNG-493 2005-06-21 03:57:17 +00:00
maven-core-it-plugin PR: MNG-471 2005-06-20 14:42:56 +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 Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-meeper add objectweb 2005-06-17 09:31:57 +00:00
maven-model fix broken link 2005-06-22 11:47:44 +00:00
maven-monitor remove old cvs ignore files 2005-06-07 05:24:51 +00:00
maven-plugin-api implement some inspection settings 2005-05-23 03:57:28 +00:00
maven-plugin-descriptor Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-plugin-registry Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-plugin-tools Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-plugins new distribution location 2005-06-23 05:54:36 +00:00
maven-profile Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-project Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-reporting Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-reports git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193024 13f79535-47bb-0310-9956-ffa450edef68 2005-06-22 23:01:35 +00:00
maven-repository-tools remove old cvs ignore files 2005-06-07 05:24:51 +00:00
maven-script Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-settings Updating non-maven, non-modello deps to get rid of snapshots. Also removed marmalade stuff from mboot. 2005-06-23 02:31:28 +00:00
maven-site minor adjustments 2005-06-23 03:04:57 +00:00
sandbox Fixing reporting problem due to inlining the old per-artifact reports into the repository report. Turned a couple of ERROR's to WARNING's. 2005-06-09 18:47:37 +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 add reports and a comment on why this is all too much but nevertheless necessary for now 2005-06-22 02:07:42 +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 PR: MNG-140 2005-06-21 06:49:49 +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!