Sunday, January 30, 2011

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

Hi , first you need configured the war to plugin to use war as
warSourceDirectory, after that use mvn war:inplace and that will copy
the libraries to your lib folders, check the maven war plugin web page
for more details, also I recommend to check the maven gwt puglin
website, they have examples of the best ways to setup your project and
what structure it must have

On Jan 30, 12:04 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> If you use Eclipse to launch the DevMode, see the FAQ for the Google Plugin
> for Eclipse <http://code.google.com/eclipse/docs/faq.html#gwt_with_maven>.
>
> If you do not use Eclipse, I'd suggest you use the gwt-maven-plugin to
> launch the DevMode, it'll do what's necessary with your dependencies (I
> haven't used myself though, so I can't help)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment