For all you App Engine, Maven and Eclipse lovers around, here are my
instructions for a Maven managed GAE project still fully functional in
Eclipse.

http://hamandeggs.wordpress.com/2010/01/26/how-to-gae-eclipse-maven/

If you're not into reading the whole post, here's the most important
part:

mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-
alpha-4:generate \
  -DarchetypeGroupId=org.beardedgeeks \
  -DarchetypeArtifactId=gae-eclipse-maven-archetype \
  -DarchetypeVersion=1.1 \
  -DarchetypeRepository=http://beardedgeeks.googlecode.com/svn/
repository/releases

Any improvement suggestions highly appreciated. In order to make it
not to rely on a patched snapshot of maven-eclipse-plugin, I ask your
help in getting these issues (and the patches I've provided) fixed:

http://jira.codehaus.org/browse/MECLIPSE-402
http://jira.codehaus.org/browse/MECLIPSE-422


Best Regards,
Hannu

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to