2008-01-22 16:53:20 -05:00
|
|
|
BOOTSTRAPPING BASICS
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
You'll need:
|
|
|
|
|
2008-12-16 23:03:39 -05:00
|
|
|
- Java 1.5
|
2012-04-02 15:36:36 -04:00
|
|
|
- Ant 1.8 or later
|
2008-01-22 16:53:20 -05:00
|
|
|
|
|
|
|
First, give Ant a location into which the completed Maven distro should be installed:
|
|
|
|
|
2009-04-20 16:43:20 -04:00
|
|
|
export M2_HOME=$HOME/apps/maven/apache-maven-3.0-SNAPSHOT
|
2008-01-22 16:53:20 -05:00
|
|
|
|
|
|
|
Then, run Ant:
|
|
|
|
|
|
|
|
ant
|
|
|
|
|
|
|
|
Once the build completes, you should have a new Maven distro ready to roll in your $M2_HOME directory!
|
|
|
|
|
2012-04-02 15:36:36 -04:00
|
|
|
Enjoy.
|