back home after a nite of pes2009
Sent from my iPhone
Mac OS X Leopard comes with maven 2.0.6 pre-installed and configured. This is kind of nice, but I needed maven 2.0.7 to be able to build the Apache Continuum Continuous Integration Server. The upgrade process is very easy and takes about 5 minutes.
First download the maven version you require from the Apache repositories: http://maven.apache.org/download.html
Mac OS X's local copy resides in /usr/share/maven. Change to this directory and backup the existing install:
cd /usr/share
mv maven maven206
Then extract the downloaded tar.gz archive and copy it to place:
cp -R /Users/dendiz/Downloads/apache-maven-2.0.7 maven
Check the installation was successfull:
mvn --version
It should report version 2.0.7 or what ever you chose to install
Comments [0]
Comments [0]