Apache Maven core
Go to file
Emmanuel Venisse 04c30a2e05 bumping version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201983 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 13:07:08 +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 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201590 13f79535-47bb-0310-9956-ffa450edef68 2005-06-24 10:35:57 +00:00
maven-archiver Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-artifact Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-artifact-ant merge changes for rev 193190 from the alpha-3 tag 2005-06-23 18:33:19 +00:00
maven-artifact-manager Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-artifact-test Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-core bumping version 2005-06-27 13:07:08 +00:00
maven-core-it Resolving issue: MNG-522 2005-06-25 00:00:05 +00:00
maven-core-it-plugin correct parent 2005-06-23 18:25:34 +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 rollback, it's download from remote repo 2005-06-23 16:23:07 +00:00
maven-meeper add objectweb 2005-06-17 09:31:57 +00:00
maven-model Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-monitor Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-plugin-api Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-plugin-descriptor Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-plugin-registry Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-plugin-tools Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-plugins [MNG-515]. Each language can have their own site descriptor (site.xml for default language, site_fr.xml for french menu) 2005-06-24 09:06:47 +00:00
maven-profile Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-project Fixing version...again. 2005-06-25 15:37:43 +00:00
maven-reporting Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-reports Add missing files 2005-06-27 09:05:03 +00:00
maven-repository-tools remove old cvs ignore files 2005-06-07 05:24:51 +00:00
maven-script Adding back the marmalade projects. 2005-06-23 08:08:34 +00:00
maven-settings Resolving: MNG-495 2005-06-23 06:03:10 +00:00
maven-site Update doco for i18n sites. 2005-06-25 13:13:05 +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 Fixing version...again. 2005-06-25 15:37:43 +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!