maven

What I Want: Integrate Spring 3 annotaion controller in my Hello World project created from  last post: Create a web application using Maven, Import as Intellij Idea project and Deploy to Tomcat Server. Some asumtions before start: Maven 3 installed Tomcat 7 installed Project already created by maven and imported in Intellij idea Final Project Structure: [...]

What I Have Maven 3 is already installed A local instance of Tomcat 7 is already installed and configured to run on port 8080 Best IDE Intellij Idea is installed What I Want Create a web application Hello World project using maven Import the new project as Intellij Idea project Deploy to my local tomcat [...]

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 [...]