The standard command to create a new Maven project is: $ mvn archetype:generate
This will give you a list of 41 different project types. Select your project type, and answer the questions. This will build the directory structure and skeletal pom.xml to use. I think you want to select #18 from the list: A simple Java Webapp. On Thu, Feb 26, 2009 at 12:56 PM, nani2ratna <[email protected]> wrote: > > Hi, > > I just want to develop one small application for a trust. > I want to set up a framework struts 2, spring, hibernate, acegi and maven. > I know we got our excellent Appfuse, but i don't know much about templates > and velocity > I want to use tlds and tiles. > And i set up maven nicely in my system. > But my main doubt is ------- > whether we have to write a script for war creation or is there any command > for creating folders for srs---main ---- web/java. > If is there any command please give me that command > because in the Getting started guide of maven, they have given one command > to create srs and test folders. Is there anything like that for web > projects. > > Thanks in advance > Ratna > -- > View this message in context: > http://www.nabble.com/basic-question-about-maven-tp22229864p22229864.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- -- David Weintraub [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
