On Thu, Aug 28, 2008 at 3:43 AM, Asif <[EMAIL PROTECTED]> wrote: > Has anyone worked on it. > > Where can I get a sample build file for the same and start.
mvn archetype:generate -DarchetypeArtifactId=maven-archetype-webapp ... and answer the prompts about group and artifact ids. It will create a skeleton webapp project for you. (You can leave off the archetypeArtifactId and it will give you a list of archetypes to choose from.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
