Apache Maven core
Go to file
Emmanuel Venisse c32adefa9f Add all dependencies with runtime scope in Class-Path manifest attribute if addClasspath is true in plugin configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163517 13f79535-47bb-0310-9956-ffa450edef68
2005-03-10 09:44:49 +00:00
benchmark flip pom format 2005-03-10 01:35:25 +00:00
maven-1.x-integration flip pom format 2005-03-10 01:35:25 +00:00
maven-archetype flip pom format 2005-03-10 01:35:25 +00:00
maven-archiver Add all dependencies with runtime scope in Class-Path manifest attribute if addClasspath is true in plugin configuration 2005-03-10 09:44:49 +00:00
maven-artifact flip pom format 2005-03-10 01:35:25 +00:00
maven-core A little fix for build correctly m2. 2005-03-10 09:19:53 +00:00
maven-core-it flip pom format 2005-03-10 01:35:25 +00:00
maven-core-it-plugin flip pom format 2005-03-10 01:35:25 +00:00
maven-core-it-support flip pom format 2005-03-10 01:35:25 +00:00
maven-core-it-verifier Check errors in log file. 2005-03-10 08:36:34 +00:00
maven-mboot2 Install missing pom 2005-03-10 07:35:38 +00:00
maven-meeper flip pom format 2005-03-10 01:35:25 +00:00
maven-model flip pom format 2005-03-10 01:35:25 +00:00
maven-monitor flip pom format 2005-03-10 01:35:25 +00:00
maven-plugin flip pom format 2005-03-10 01:35:25 +00:00
maven-plugin-tools flip pom format 2005-03-10 01:35:25 +00:00
maven-plugins Remove unused classes. 2005-03-10 09:37:44 +00:00
maven-reporting-api flip pom format 2005-03-10 01:35:25 +00:00
maven-repository-tools flip pom format 2005-03-10 01:35:25 +00:00
maven-script flip pom format 2005-03-10 01:35:25 +00:00
maven-user-model flip pom format 2005-03-10 01:35:25 +00:00
sandbox/pom-pre-alpha-converter flip pom format 2005-03-10 01:35:25 +00:00
.cvsignore flip pom format 2005-03-10 01:35:25 +00:00
README.txt Added debug option to compiler configuration. 2005-01-09 22:38:43 +00:00
ci.sh wrong date format 2004-09-20 05:13:19 +00:00
m2-bootstrap-all.bat Added debug option to compiler configuration. 2005-01-09 22:38:43 +00:00
m2-bootstrap-all.sh Added debug option to compiler configuration. 2005-01-09 22:38:43 +00:00
pom.xml flip pom format 2005-03-10 01:35:25 +00:00
upgrading-dependencies.apt some notes on changing dependencies 2004-10-23 13:28:06 +00:00

README.txt

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

To bootstrap Maven you must have a ~/.m2/maven.properties file with the following
entry:

maven.repo.local = /path/to/your/local/repository

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

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=-Dmaven.online=false
e.g. to build maven with debug info, set MAVEN_OPTS=-Dmaven.compiler.debug=true

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

NOTE: You must run these instructions from this directory!