I am new to maven and I am porting a java project to a maven project . I installed the maven plugin and set up the environment . the steps I followed are
1) Used the inbuild convert to maven option in eclipse 2) updated my POM with all the repo info and dependency info
when I try and run my maven project it asks me to enter my goal . I read on SO that I am supposed to enter package . I am not sure what this all means , a lot of googling later I am still not able to understand what this really means . Is this converting my project to a jar ??