Apache Maven core
Go to file
Brett Leslie Porter 73ae6b4c81 move hello plugin to an "examples" directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169828 13f79535-47bb-0310-9956-ffa450edef68
2005-05-12 14:46:51 +00:00
benchmark change the maven group ID 2005-03-23 06:52:55 +00:00
examples/maven-hello-plugin move hello plugin to an "examples" directory 2005-05-12 14:46:51 +00:00
maven-1.x-integration use new name 2005-04-05 16:30:55 +00:00
maven-archetype update to latest maven-artifact 2005-05-09 02:13:33 +00:00
maven-archiver bug fixes for classpath generation 2005-04-23 03:28:14 +00:00
maven-artifact set the site deployment to the live environment, and use the wagon manager to get the authentication credentials 2005-05-12 06:51:55 +00:00
maven-artifact-ant propogate more ArtifactResolutionExceptions directly 2005-05-11 02:13:18 +00:00
maven-artifact-test decouple auth info from repository, allows removing settings from project code 2005-04-22 07:55:32 +00:00
maven-core PR: MNG-344 2005-05-11 05:58:03 +00:00
maven-core-it more work on that quoting. seems to finally have come good, at least in bash... 2005-05-10 13:34:16 +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 '-e' switch, to allow error stacktraces without enabling DEBUG error level throughout. 2005-05-09 04:25:56 +00:00
maven-mboot2 remove default plugin versions from super POM, rely on discovery of releases. Write out the current version during bootstrap to force its usage (unfortunately enforcing it on other installs, however...) 2005-05-10 15:04:06 +00:00
maven-meeper not going to use this structure due to ambiguities 2005-05-10 16:19:03 +00:00
maven-model improve intro page 2005-05-12 06:52:00 +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 remove maven-monitor dependencies 2005-05-10 07:50:47 +00:00
maven-plugin-descriptor remove more deprecated stuff, improve plugin xdoc generation 2005-05-12 00:06:54 +00:00
maven-plugin-tools fix some bugs in the element closing 2005-05-12 10:22:15 +00:00
maven-plugins move hello plugin to an "examples" directory 2005-05-12 14:46:51 +00:00
maven-project don't inherit whole objects, must clone them 2005-05-12 10:25:35 +00:00
maven-reporting unifyf generated site directory, add default site descriptor 2005-05-12 06:01:56 +00:00
maven-reporting-api use new name 2005-04-05 16:30:55 +00:00
maven-repository-tools change the maven group ID 2005-03-23 06:52:55 +00:00
maven-script remove more deprecated stuff, improve plugin xdoc generation 2005-05-12 00:06:54 +00:00
maven-settings PR: MNG-145 2005-05-05 06:24:07 +00:00
maven-site remove m1 build files 2005-05-12 10:28:08 +00:00
sandbox unifyf generated site directory, add default site descriptor 2005-05-12 06:01:56 +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 fix path to svn 2005-04-21 17:28:26 +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-372 2005-05-10 15:36:39 +00:00
pom.xml if any URL (except downloadUrl) has a trailing / in the parent, then append the artifact ID to the child 2005-05-12 07:22: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!