Thursday, May 14, 2009

Maven Connands

Command Create a Web Project
mvn
 archetype:create -DgroupId=com.rnd.sample -DartifactId=maven-web-project -DpackageName=com.rnd.sample -DarchetypeArtifactId=maven-archetype-webapp
to create a web project throught maven
just type this commant in CMD
thats it