The below command will create a maven structure web project
mvn archetype:create
-DgroupId=groupId -DartifactId=[project_name]
-Dpackagename=[com.company.module]
-DarchetypeArtifactId=maven-archetype-webapp
Find out more related article from mega drop down
Find out more structural, creational and behavioral design pattern from here
These are the technologies i had used in projects
The below command will create a maven structure web project
mvn archetype:create
-DgroupId=groupId -DartifactId=[project_name]
-Dpackagename=[com.company.module]
-DarchetypeArtifactId=maven-archetype-webapp
Posted in Maven 