My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Google App Engine Maven Plugin.

The Team has managed to produce the next version of the maven-gae-plugin.

maven-gae-plugingae-runtime
Version 0.9.2
  • Code moved to github.
Version 0.9.1 Version 0.9.0 Version 0.8.4
  • Updates to some used maven plugins
  • fix to the way sourceEncoding is done ( issue 120 ).
Version 0.8.2
  • Minor bug fixes.
Version 0.8.1 ...
Version 1.6.2.1
  • Targets Google App Engine 1.6.2.1
Version 1.6.1.1
  • Targets Google App Engine 1.6.1.1
Version 1.6.1
  • Targets Google App Engine 1.6.1
Version 1.6.0
  • Targets Google App Engine 1.6.0
Version 1.5.5
  • Targets Google App Engine 1.5.5
Version 1.5.4
  • Targets Google App Engine 1.5.4
Version 1.5.3
  • Targets Google App Engine 1.5.3
  • Updates databinder appengine to 1.0.9 ( issue 142 )

Usage & Information

Take a look at the Usage page as we work on the Maven Generated Site.

Please help us out with comments, suggestions and fixes.

Boilerplate / Archetypes

JAppStart is a very complete jump start for java GAE developers. Spring Roo is also a great tool for setting up all the boilerplate code.

You can also find the following archetypes for your applications:

  • Plain JSP based example:
  • mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-jsp -DarchetypeVersion=0.9.0 \
    -DgroupId=com.myapp.test -DartifactId=testapp
  • Wicket based example
  • mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-wicket -DarchetypeVersion=0.9.0 \
    -DgroupId=com.myapp.test -DartifactId=testapp
  • GWT based example
  • mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-gwt -DarchetypeVersion=0.9.0 \
    -DgroupId=com.myapp.test -DartifactId=testapp
  • JSF based example
  • mvn archetype:generate -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-jsf -DarchetypeVersion=0.9.0 \
    -DgroupId=com.myapp.test -DartifactId=testapp
Powered by Google Project Hosting