Allright, As I've stated before on the list, Maven + GAE Eclipse plugin integration is already possible! Exact instructions can be found in my blog post at http://hamandeggs.wordpress.com/2010/01/26/how-to-gae-eclipse-maven/ I also have made an archetype for such a project. I'm currently using pretty much the same configuration in one of my projects and it works quite well (only downside being that you're required to clean the project on every Eclipse startup).
Just type: mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate \ -DarchetypeGroupId=org.beardedgeeks \ -DarchetypeArtifactId=gae-eclipse-maven-archetype \ -DarchetypeVersion=1.1.1 \ -DarchetypeRepository=http://beardedgeeks.googlecode.com/svn/repository/releases -Hannu On 8.2.2010 20:35, Jake wrote: > 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.
