Apache Maven core
Go to file
John Dennis Casey 84c5379bd8 o Added back <aspectSourceDirectory/> and <integrationUnitTestSourceDirectory/>
o Added CDATA notation to some code segments that were causing trouble.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163601 13f79535-47bb-0310-9956-ffa450edef68
2005-03-17 22:53:12 +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 set the correct packaging 2005-03-16 06:55:21 +00:00
maven-archetypes/maven-archetype-mojo Initial revision 2005-03-17 03:43:27 +00:00
maven-archiver o Removing unused dependency and adding project name. 2005-03-15 21:57:45 +00:00
maven-artifact PR: MNG-207 2005-03-17 00:17:26 +00:00
maven-core Fix settings finder for windows. 2005-03-17 06:07:46 +00:00
maven-core-it PR: MNG-52 2005-03-15 22:31:54 +00:00
maven-core-it-plugin o added mojo parameter which states that its type is "java.io.File" to test 2005-03-13 21:06:06 +00:00
maven-core-it-support flip pom format 2005-03-10 01:35:25 +00:00
maven-core-it-verifier o Changed maven-user-model/UserModel/UserModelBuilder to maven-settings/MavenSettings/MavenSettingsBuilder. 2005-03-16 06:29:35 +00:00
maven-mboot2 Fix NPE in later code when mavenRepoLocal was defined 2005-03-17 20:20:49 +00:00
maven-meeper flip pom format 2005-03-10 01:35:25 +00:00
maven-model o Added back <aspectSourceDirectory/> and <integrationUnitTestSourceDirectory/> 2005-03-17 22:53:12 +00:00
maven-monitor o POM cleanup. 2005-03-13 23:44:33 +00:00
maven-plugin o Adding junit dependency to enable building with m2. 2005-03-16 17:40:02 +00:00
maven-plugin-tools remove prereq 2005-03-17 02:48:40 +00:00
maven-plugins Mojo to manage repository 2005-03-17 15:02:46 +00:00
maven-reporting-api o POM cleanup. 2005-03-12 20:34:23 +00:00
maven-repository-tools Renamed artifactId 2005-03-17 14:56:07 +00:00
maven-script flip pom format 2005-03-10 01:35:25 +00:00
maven-settings o Adding modello goals. 2005-03-17 01:34:24 +00:00
sandbox/pom-pre-alpha-converter multi-module support 2005-03-11 01:06:48 +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 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 set the correct packaging 2005-03-16 06:55:21 +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!