GitHunt
BU

burkedavison/app-maven-plugin

Maven plugin to build and deploy Google App Engine applications.

project status image
Unit Tests
Maven Central

Google App Engine Maven plugin

This Maven plugin provides goals to build and deploy Google App Engine applications.

Requirements

Maven is required to build and run the plugin.

Google Cloud SDK is required but will be
automatically installed by the plugin.

How to use

In your Maven App Engine Java app, add the following plugin to your pom.xml:

<plugin>
    <groupId>com.google.cloud.tools</groupId>
    <artifactId>appengine-maven-plugin</artifactId>
    <version>2.4.4</version>
</plugin>

You can now run commands like mvn package appengine:deploy in the root folder of your Java application.

Goals and Configuration

Please see the USER GUIDE for a full list of supported goals and configuration
options.

Reference Documentation

App Engine Standard Environment:

App Engine Flexible Environment:

Languages

Java99.0%Shell0.8%Batchfile0.2%
Apache License 2.0
Created November 30, 2022
Updated October 15, 2022
burkedavison/app-maven-plugin | GitHunt