Apache Maven core
Go to file
Brett Leslie Porter 2162ac0614 add checkout/update to subject
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179733 13f79535-47bb-0310-9956-ffa450edef68
2005-06-03 05:42:14 +00:00
benchmark change the maven group ID 2005-03-23 06:52:55 +00:00
examples/maven-hello-plugin update mojo 2005-06-03 00:47:00 +00:00
maven-1.x-integration use new name 2005-04-05 16:30:55 +00:00
maven-archetype o upgrade plexus-container to alpha-4-SNAPSHOT 2005-05-30 18:24:32 +00:00
maven-archiver o improving the ease of use of metadata: 2005-05-16 01:10:04 +00:00
maven-artifact o Added runtime exception to construction of DefaultArtifact, when one or more of the four attributes required for object identity are null 2005-05-31 19:31:58 +00:00
maven-artifact-ant PR: MNG-408 2005-05-17 01:04:43 +00:00
maven-artifact-test o upgrade plexus-container to alpha-4-SNAPSHOT 2005-05-30 18:24:32 +00:00
maven-core fix typo in lifecycle 2005-06-02 05:41:27 +00:00
maven-core-it move system property specification to system.properties in itests 2005-05-23 13:37:34 +00:00
maven-core-it-plugin Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo* 2005-04-29 00:12:09 +00:00
maven-core-it-support change the maven group ID 2005-03-23 06:52:55 +00:00
maven-core-it-verifier o Added model and builder support for Profiles specified in settings.xml, profiles.xml, and the POM. 2005-05-31 16:24:34 +00:00
maven-mboot2 o Added model and builder support for Profiles specified in settings.xml, profiles.xml, and the POM. 2005-05-31 16:24:34 +00:00
maven-meeper not going to use this structure due to ambiguities 2005-05-10 16:19:03 +00:00
maven-model forgot CDATA 2005-06-03 02:24:03 +00:00
maven-monitor move the Log interface to o.a.m.plugin.logging in maven-plugin-api, breaking the dependency on maven-monitor 2005-05-10 07:39:33 +00:00
maven-plugin-api implement some inspection settings 2005-05-23 03:57:28 +00:00
maven-plugin-descriptor added back processing of isolatedRealm 2005-06-01 23:53:06 +00:00
maven-plugin-tools added back processing of isolatedRealm 2005-06-01 23:53:06 +00:00
maven-plugins Allow user to change the template 2005-06-02 00:23:46 +00:00
maven-profile Moved the packages org.apache.maven.model.settings and org.apache.maven.model.profiles to org.apache.maven.settings and org.apache.maven.profiles, respectively. 2005-05-31 21:48:55 +00:00
maven-project PR: MNG-443 2005-06-03 04:24:19 +00:00
maven-reporting PR: MNG-411 2005-05-31 00:01:18 +00:00
maven-reports PR: MNG-411 2005-05-31 00:01:18 +00:00
maven-repository-tools change the maven group ID 2005-03-23 06:52:55 +00:00
maven-script clean imports 2005-05-23 03:07:40 +00:00
maven-settings Moved the packages org.apache.maven.model.settings and org.apache.maven.model.profiles to org.apache.maven.settings and org.apache.maven.profiles, respectively. 2005-05-31 21:48:55 +00:00
maven-site correct the getting started guide in light of alpha-2 2005-05-27 05:25:38 +00:00
sandbox PR: MNG-148 2005-05-21 15:09:22 +00:00
.cvsignore o Added plugin version management/enforcement through the POM's build section. 2005-03-10 21:36:58 +00:00
README.txt clean up instructions 2005-05-12 10:21:57 +00:00
ci.sh add checkout/update to subject 2005-06-03 05:42:14 +00:00
m2-bootstrap-all.bat Little fix for run it tests. 2005-04-04 13:15:47 +00:00
m2-bootstrap-all.sh PR: MNG-378 2005-05-23 06:43:12 +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 Add more modules 2005-05-19 17:05:48 +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!