Thank you all for your help and suggestions :) On Thu, Dec 6, 2012 at 12:06 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote:
> On Wed, 05 Dec 2012 19:01:11 -0200, Michael Prescott < > michael.r.presc...@gmail.com> wrote: > > If you've used maven for that much, you're nearly there. All you have to >> do is declare the jars you need as <dependency> in the pom.xml, and then >> 'mvn install' will produce you a .war file with all the jars in it. >> > > Yep! > > > You can use command 'mvn eclipse:eclipse' to create the project's >> .classpath file, so you don't need to maintain the Eclipse build path >> yourself. >> > > Please don't do that. Just use m2e (the Maven plugin for Eclipse, which is > bundled into Eclipse itself for at least a couple of versions yet). It will > automatically update your project configuration when you change your > pom.xml. The plugin was quite bad in the past, but it's now very good. > > > -- > Thiago H. de Paula Figueiredo > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org> > > For additional commands, e-mail: users-h...@tapestry.apache.org > >