i want to create a web project that i can run on an application server . So what archetype and groupid i have to choose?
Thank you in advace
i want to create a web project that i can run on an application server . So what archetype and groupid i have to choose?
Thank you in advace
An archetype which contains a sample Maven Webapp project.
archetypeGroupId: org.apache.maven.archetypes
archetypeArtifactId :maven-archetype-webapp
If you have preference to some framework/app server you may get more option by using the following command.
mvn archetype:generate