I have downloaded maven through apt-get, I have maven integration installed on Eclipse. I have pom.xml with spark dependency set. My project compiles and when I hit run I receive this output:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building mc437-web 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.105s
[INFO] Finished at: Thu Apr 10 10:56:15 PDT 2014
[INFO] Final Memory: 6M/59M
[INFO] ------------------------------------------------------------------------
What do I need to have my app running on localhost? What goal/profile I have to set on Maven?