I have not dealt with Maven 2 but am learning. I am going though Spring 3 in Action book and the source code has pom.xml
for each project. I can import these projects in Netbeans seamlessly, however, at home I use VIM.
How do I get started with Maven 2? I want to be able to just download the source code, run some maven stuff and have the project set up with correct libraries (dependencies) downloaded.
I am looking at the Maven Complete Reference but the TOC does not show how to do what I want except installing it on linux.