I am setting up a web project with maven and eclipse
I followed the steps given here Java Dynamic Web project with Maven and Eclipse
Now in my eclipse IDE I have a web project with the maven directory structure, I have installed m2e plugin. On doing right click on the project I see a maven option.
Now I am a little confused. How do I clean build and run the project? In the tutorials on the net I see a black command prompt where developers run some commands. Is something else to be done?. Do I have to install maven in my windows system? Won't I be able to do all the process from within eclipse?