mirror of https://github.com/apache/maven.git
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f77519cc2
commit
7c1082a9e6
|
@ -0,0 +1,16 @@
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
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}.
|
Loading…
Reference in New Issue