Full name:
net.kindleit:maven-gae-plugin:0.9.2-SNAPSHOT:run
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| appDir | String | 0.5.8 | Overrides where the Project War Directory is located. |
| sdkDir | String | 0.5.8 | Specifies where the Google App Engine SDK is located. Default value is: ${settings.localRepository}/com/google/appengine/appengine-java-sdk/${gae.version}/appengine-java-sdk-${gae.version}. |
| Name | Type | Since | Description |
|---|---|---|---|
| address | String | 0.5.8 | Address to bind to. Default value is: 0.0.0.0. |
| disableUpdateCheck | boolean | 0.5.8 | Do not check for new SDK versions. Default value is: false. |
| emailAccount | String | 0.5.8 | Deprecated. use maven settings.xml/server/username and "serverId" parameter |
| encoding | String | 0.8.3 | The character encoding scheme to be applied interacting with the
SDK. Sent as the --compile_encoding flag. Default value is: ${project.build.sourceEncoding}. |
| hostString | String | 0.5.8 | Overrides the Host header sent with all RPCs. |
| javaAgent | String | 0.5.8 | Optional javaAgent parameter prepended to the jvmFalgs. |
| jvmFlags | List | 0.5.8 | Arbitrary list of JVM Flags to send to the KickStart task. |
| keepTempUploadDir | boolean | 0.5.8 | Do not delete temporary directory used in uploading. Default value is: false. |
| monitorKey | String | 0.5.8 | Key to provide when making stop requests. Default value is: monitor.${project.artifactId}. |
| monitorPort | int | 0.5.8 | Port to listen for stop requests on. Default value is: 8081. |
| passIn | boolean | 0.5.8 | Always read the login password from stdin. Default value is: false. |
| port | int | 0.5.8 | Port to run in. Default value is: 8080. |
| proxy | String | 0.5.8 | Tell AppCfg to use a proxy. By default will use first active proxy
in maven settings.xml |
| serverId | String | 0.5.8 | The server id in maven settings.xml to use for
emailAccount(username) and password when connecting to GAE. If
password present in settings "--passin" is set automatically. |
| splitJars | boolean | 0.5.8 | Split large jar files (> 10M) into smaller fragments. Default value is: false. |
| uploadServer | String | 0.5.8 | The server to connect to. |
| wait | boolean | 0.5.8 | Decides whether to wait after the server is started or to return
the execution flow to the user. Default value is: false. |
port:
wait: