Re: [m2] webapp archetype doesn't generate default sourcefiles

2005-09-08 Thread Emmanuel Venisse
webapp archetype doesn't generate a default servlet, you have all generated files, but we can add it. If you want to provide a patch for this archetype, sources are there : http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-archetype/maven-archetypes/maven-archetype-webapp/ Emmanue

[m2] webapp archetype doesn't generate default sourcefiles

2005-09-08 Thread Ashley Williams
just created a webapp, but didn't see a default servlet class created or even my package structure. Here was the command I ran: m2 archetype:create -DgroupId=com.williams1000.bookmarks - DartifactId=test-app -DpackageName=com.williams1000.bookmarks - DarchetypeArtifactId=maven-archetype-webap