Apache Maven core
Go to file
Emmanuel Venisse d4125cbafc Add failure if artifact isn't a plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163031 13f79535-47bb-0310-9956-ffa450edef68
2004-09-05 19:03:41 +00:00
benchmark o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-artifact PR: MNG-74 2004-09-02 12:34:19 +00:00
maven-core Add inheritance for type. 2004-09-05 19:02:45 +00:00
maven-core-it o Removed the parsing of ~/.m2/pom.xml using unix tools to extract the local repo 2004-09-03 21:34:13 +00:00
maven-core-it-support o Adding <modelVersion>. 2004-07-01 02:11:35 +00:00
maven-core-it-verifier o Removed the parsing of ~/.m2/pom.xml using unix tools to extract the local repo 2004-09-03 21:34:13 +00:00
maven-mboot Use maven.properties in all code instead of build.properties. 2004-07-27 13:23:36 +00:00
maven-mboot2 actually, you can specify a sys property instead 2004-09-02 12:50:46 +00:00
maven-meeper the parameter is now the bundle url and copies files to repository dir to be sync'ed later 2004-09-02 20:15:36 +00:00
maven-model PR: MNG-74 2004-09-02 12:34: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 failure if artifact isn't a plugin. 2004-09-05 19:03:41 +00:00
maven-repository-tools *** empty log message *** 2004-08-31 23:53:25 +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 must use default M2_HOME 2004-09-02 13:24:19 +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 PR: MNG-74 2004-09-02 12:34:19 +00:00
mboot.jar o Updating mboot.jar 2004-08-30 21:37:26 +00:00
pom.xml PR: MNG-74 2004-09-02 12:34: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.