My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: maven, plugin, gae, kindleit
Show all Featured downloads:
maven-gae-plugin-0.4.1.jar
People details
Project owners:
  kryptt
Project committers:
argenijam, mangrar, androns

Google App Engine maven Plugin.

Version 0.4.1 has been released with some minor changes, and an elaborate way to work with the GAE SDK.

Please take a look at the Maven Generated Site, and please help us out with comments, suggestions and fixes.

We cannot publish to central since the GAE sdk we work with is essencially not there, but you can now also use the new maven repository located at: http://maven-gae-plugin.googlecode.com/svn/repository/

Also, checkout some of the example applications: Plain JSP based example Wicket based example GWT based example

Usage

Right now the following goals are available:

You can use the dependency plugin and help plugin for more info; but as a quick example: simply adding the following to your projects build section (correctly placing the sdkDir) should allow you to execute the gae:update goal.

    <build>
      <plugins>
      <plugin>
        <groupId>net.kindleit</groupId>
        <artifactId>maven-gae-plugin</artifactId>
        <configuration>
          <sdkDir>${sdkDirectory}</sdkDir>
        </configuration>
      </plugin>
      </plugins>
    </build>








Hosted by Google Code