Re: [appengine-java] Re: Mavenizing an eclipse SDK GAE Project

2010-06-21 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse, or is this just a Maven project in Eclipse? On Fri, Jun 18, 2010 at 5:17 PM, Jan-Hendrik Lendholt jan.lendh...@googlemail.com wrote: Thanks for the reply. I simply want to manage my dependencies that will at the end be copied to war/WEB-INF/lib.

Re: [appengine-java] Re: Mavenizing an eclipse SDK GAE Project

2010-06-21 Thread pabloh...@gmail.com
I create blank app to use, maven + eclipse gae plugin http://github.com/phstc/SpringGAE I added this plugin in pom.xml, to copy libraries to WEB-INF/lib http://github.com/phstc/SpringGAE/blob/master/pom.xml build plugins plugin

[appengine-java] Re: Mavenizing an eclipse SDK GAE Project

2010-06-18 Thread Robert Munteanu
On Jun 17, 10:34 pm, Jan-Hendrik Lendholt jan.lendh...@googlemail.com 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

[appengine-java] Re: Mavenizing an eclipse SDK GAE Project

2010-06-18 Thread Jan-Hendrik Lendholt
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