March 09
Prof. Ismael H. F. Santos                                                                               2
1.To create the Quick Start Maven project, execute the following:
c:\> mvn archetype:generate -B -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.0 -DgroupId=com.company.app -DartifactId=my-app -Dversion=1.0 -SNAPSHOT
2. A new directory my-app will be created for the new project, and this directory contains your pom.xml which looks like (see above)
Creating your First Maven Project