You don't have to set maven for anything. The m2eclipse plugin allows for you to use the maven-archetypes without typing them by hand in the command prompt. If you are wanting to use Struts2 I would go for http://struts.apache.org/2.2.1/docs/struts-2-maven-archetypes.html. It is still possible to start from scratch with a really basic pom file and include each project individually.
Roland T. Craddolph Staff Software Developer Web Development Argus Health Systems (816) 843-5284 -----Original Message----- From: tom.m2h. [mailto:[email protected]] Sent: Friday, November 05, 2010 8:48 AM To: Maven Users List Subject: Re: how to start Thanks for your help. All right, it is a fantastic idea that u can add what u need. if I want to start with git, web container and db. So do I have to set maven in any special way or any maven-archetype to save time? Thanks again. On 5 November 2010 13:22, Nayan Hajratwala <[email protected]> wrote: > Right on with Justin's comment. > > Also, I'd suggest starting with the simplest possible POM and slowly add > things to it as you discover a need for them. Don't try to create a > tomcat/hibernate/git/xslt/struts pom right out of the gate. > > On Nov 5, 2010, at 8:57 AM, Justin Edelson wrote: > > > I'm not sure what kind of response you are expecting, but here's a tip... > > Don't think about what libraries you need. Think about what business > > problems you're trying to solve and then derive the right libraries from > > those requirements. > > > > Also, search the mailing list archives. > > > > On 11/5/10 7:44 AM, "tom.m2h." <[email protected]> wrote: > > > >> Hello everyone, > >> If anyone can give me general advices about how to put everything > together > >> or any importan tip > >> using Eclipse and maven (m2eclipse) in these parts: > >> ............................................... > >> tomcat and axis (plugin Cargo?) > >> hibernate, mysql, > >> git > >> use of xslt. > >> struts 2 > >> Xalan. > >> ................................................ > >> Thank you in advance. > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > PRIVILEGED AND CONFIDENTIAL This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above. If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender. If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:[email protected]. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
