Apache Maven core
Go to file
Trygve Laugstol 4d1ac08117 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163022 13f79535-47bb-0310-9956-ffa450edef68
2004-08-31 11:47:13 +00:00
benchmark o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-artifact o Removed GoalDecorationPhase, since goal decoration is now a part of the model 2004-08-26 04:40:02 +00:00
maven-core o Adding the ciManagement property. 2004-08-29 18:57:30 +00:00
maven-core-it o Removed GoalDecorationPhase, since goal decoration is now a part of the model 2004-08-26 04:40:02 +00:00
maven-core-it-support o Adding <modelVersion>. 2004-07-01 02:11:35 +00:00
maven-core-it-verifier o Adding excludes. 2004-08-26 10:16:28 +00:00
maven-mboot Use maven.properties in all code instead of build.properties. 2004-07-27 13:23:36 +00:00
maven-mboot2 The test of existence of directory must be in forceDelete methods 2004-08-26 11:50:39 +00:00
maven-meeper o individual scripts aren't needed anymore, completely done by configuration. 2004-08-30 15:59:29 +00:00
maven-model o Changed to depend on plexus-0.17 instead of -0.16 2004-08-26 01:18:19 +00:00
maven-plugin o Added setMojos(List) and setDependencies(List), each of which make defensive copies of the lists, to support non-xstream component-set-descriptor generation (esp. for script-based mojos). 2004-08-10 02:39:59 +00:00
maven-plugin-loaders/maven-marmalade-loader o Updated with the plexus-marmalade-factory dependency to get the PlexusComponentTag interface, so this loader's mojos will be compatible with the marmalade component factory 2004-08-10 03:29:45 +00:00
maven-plugin-tools Initial revision 2004-08-09 18:43:08 +00:00
maven-plugins Add a comment for plexus dependency. 2004-08-30 08:44:46 +00:00
maven-repository-tools *** empty log message *** 2004-08-31 11:47:13 +00:00
.cvsignore o Changed to depend on plexus-0.17 instead of -0.16 2004-08-26 01:18:19 +00:00
README.txt o added an offline mode for the bootstrap 2004-07-27 16:57:59 +00:00
ci.sh o cleaning up the ci.sh for the new build with mboot.jar 2004-08-11 20:38:32 +00:00
m2-bootstrap-all.bat The bootstrap script is now visible from root directory. 2004-07-27 17:37:07 +00:00
m2-bootstrap-all.sh have system properties override maven.properties 2004-08-14 20:46:24 +00:00
mboot.jar o Updating mboot.jar 2004-08-30 21:37:26 +00:00
pom.xml o Changed to depend on plexus-0.17 instead of -0.16 2004-08-26 01:18:19 +00:00

README.txt

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

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

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

Once you have your ~/maven.properties setup then:

java -jar mboot.jar 

Should do the trick to produce a working installation of Maven
in ${maven.home}.

NOTE: You must run these instructions from this directory!

NOTE: If you want to run in offline mode where no downloading is done
      then add: 'maven.online = false' to your ~/maven.properties file.