I'm hoping for a good way to resolve workspace dependencies in Eclipse. The m2eclipse plugin does this well, but that doesn't play nicely with the maven-war-plugin, so it doesn't work for GAE. Running a Maven Install on each workspace dependency before deploying, however, is still nicer than having to manually generate/copy jar files. I'm pretty new to Eclipse/Maven/GAE, so I don't know if it's possible, but I'm hopeful! :)
Jake On Feb 6, 12:40 pm, 杨浩 <[email protected]> wrote: > Where's the lastest plugin update sites for GAE Plugin? > I will to test it! > > 2010/2/6 Philippe Marschall <[email protected]> > > > Sounds like a good start. Ideally the maven eclipse plugin [1] could > > be configured to automatically generate the configuration for the > > Google Plugin and M2Eclipse [2] picking that up as well. Also an > > archetype would help quick starting. I assume you're aware that you > > get the most benefit out of that only when there are up to date Maven > > artifacts wit good metadata in a publicly available repo, preferably > > Maven central. > > > [1]http://maven.apache.org/eclipse-plugin.html > > [2]http://m2eclipse.sonatype.org/ > > > Cheers > > Philippe -- 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.
