I am very new to maven.I have downloaded apache-maven-2.0.9.I read the doc's
and installed maven. I executed the following commands  in command prompt,

mvn archetype:create \
  -DarchetypeGroupId=org.apache.maven.archetypes \
  -DgroupId=com.mycompany.app \
  -DartifactId=my-app


I got a folder as my-app in my local path.I can see the pom.xml.Please help
me what should i do next?How to change it the project i am willing to run?

-- 
View this message in context: 
http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to