Thanks for the reply. I simply want to manage my dependencies that will at the end be copied to war/WEB-INF/lib.
Isn't there a more leightweight solution? Searching for all dependencies for Spring 3 is pretty messy and it gets even more messy when I try to upgrade :( On 18 Jun., 00:05, Robert Munteanu <[email protected]> wrote: > On Jun 17, 10:34 pm, Jan-Hendrik Lendholt > > <[email protected]> wrote: > > Hi there, > > > I created an app engine project (without GWT). All looks good: Folders > > created, servlet there, startup, it runs. > > > Now I have m2eclipse and enabled the dependency resolution. I don't > > necessarily need the GAE libraries as from maven, but Spring, webflow > > and so on would be cool. > > > m2eclipse downloads the jars and adds them as a library to my project. > > But those don't get copied to war/WEB-INF/lib so the app crashes. > > > Are there any secrets on how to let these jars be synced with the war/ > > WEB-INF/lib folder? > > I suggest you take a look at > > http://code.google.com/p/maven-gae-plugin/ > > It's what I'm using and it works just fine. > > Robert > > > > > > > Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
