diff --git a/README.txt b/README.txt new file mode 100644 index 0000000000..cfdfb8c50c --- /dev/null +++ b/README.txt @@ -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}. diff --git a/mboot.jar b/mboot.jar index fbe75bc337..87f344bbcb 100644 Binary files a/mboot.jar and b/mboot.jar differ