mirror of https://github.com/apache/maven.git
f50f1b610e
which reflects the location that the plexus runtime builder places classworlds o change the internal configuration to match some of the changes made to plexus to account for elimination of xstream as a dependency. We're not all the way there because xstream is still required in the plugin tools. o a little exception handler stub which I'm going to use to clean up the huge stack traces that comes out. Going to map specific exceptions to specific errors messages and to specific entries in a FAQ to help users learn about commons errors. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163202 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
benchmark | ||
maven-1.x-integration | ||
maven-artifact | ||
maven-core | ||
maven-core-it | ||
maven-core-it-plugin | ||
maven-core-it-support | ||
maven-core-it-verifier | ||
maven-mboot | ||
maven-mboot2 | ||
maven-meeper | ||
maven-model | ||
maven-plugin | ||
maven-plugin-loaders/maven-marmalade-loader | ||
maven-plugin-tools | ||
maven-plugins | ||
maven-repository-tools | ||
.cvsignore | ||
README.txt | ||
ci.sh | ||
m2-bootstrap-all.bat | ||
m2-bootstrap-all.sh | ||
mboot.jar | ||
pom.xml | ||
upgrading-dependencies.apt |
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.