ubuntu

Installing Maven 3 on Ubuntu

by shaiekh on February 6, 2012

What I Want: As my prefered build tool I want to set up maven 3 in ubuntu 10.10 Installing Maven 3 Following steps I have followed: Download Maven 3 latest version on my home $ cd /home/<myusername> $ wget http://ftp.heanet.ie/mirrors/www.apache.org/dist//maven/binaries/apache-maven-3.0.4-bin.tar.gz Unpacks maven and moves extraced maven files in a more appropriate directory, in my case in [...]