Maven plugin for Google App Engine.
Questions tagged [maven-gae-plugin]
56 questions
38
votes
5 answers
https only in google app engine
I am on a google app engine project now. In my application I have to allow only https protocol. And I have to restrict other protocols. It should allow https only. I have added the below code in web.xml.
…

DonX
- 16,093
- 21
- 75
- 120
6
votes
2 answers
After updating to GAE 1.9.49 Maven fails to execute goal endpoints_get_discovery_doc
I tried to update the GAE version to the latest 1.9.49 released on Jan 30, 2017, and encountered the following issue:
[INFO] --- appengine-maven-plugin:1.9.49:endpoints_get_discovery_doc (default) @ dugout-api-web ---
[INFO]
[INFO] Google App Engine…
user7502528
6
votes
3 answers
how to create gwt gae with app engine modules using google eclipse plugin
How to create a new GWT and GAE project with modules using google eclipse plugin in Java? I tried using make a new web applications from the eclipse, but it just create me a GWT and GAE project without modules.
Thanks.

user1012283
- 343
- 2
- 13
5
votes
2 answers
mvn-gae-plugin suddenly broken
I'm not sure what happened but I've made not changes to my pom and have only done a clean install but now running my app with mvn gae:run gives me the following error:
[ERROR] Failed to execute goal net.kindleit:maven-gae-plugin:0.9.4:run…

rgrinberg
- 9,638
- 7
- 27
- 44
4
votes
1 answer
Spring Boot REST on Google App Engine throws 502
I have been struggling with this for about a week and nothing I have seen on SO has worked for me. I have a REST API built on Spring Boot that I am trying to deploy to the Google App Engine. Running locally is fine and when I run it on the GAE…

Jon Tinsman
- 566
- 4
- 21
4
votes
1 answer
Maven GAE Plugin - Unable to run gae:debug
I'm having trouble running the gae:debug goal of the Maven GAE Plugin. The error I'm receiving is below. Any ideas?
I'm running it with "mvn gae:debug".
[INFO] Packaging webapp
[INFO] Assembling webapp[test-gae] in…

Taylor Leese
- 51,004
- 28
- 112
- 141
4
votes
2 answers
OAuth2 password-less GAE upload using Google's Maven GAE plugin
I know that Google support password-less GAE app uploads using appcfg.{sh,cmd], as described here: https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Passwordless_Login_with_OAuth2
However, I would like to know if I can do the…

ecbrodie
- 11,246
- 21
- 71
- 120
4
votes
1 answer
Unable to use mvn gae:run with version maven-gae-plugin:0.9.4?
I am using maven gae plugin version 0.9.4 and whenever I use mvn gae:run I get the following error:
Usage: [options]
Options:
--help, -h Show this help message and exit.
--server=SERVER …

Usman Ismail
- 17,999
- 14
- 83
- 165
3
votes
1 answer
Creating a new project in Eclipse using Maven as build tool for Google App Engine project
I'm creating GAE projects and I would like to use Maven as build tool. I have found project http://www.kindleit.net/maven_gae_plugin/ that provides ability to use GAE with Maven, but I didn't understand how I can create a new project with this…

newbie
- 24,286
- 80
- 201
- 301
3
votes
5 answers
GAE java.lang.IllegalStateException: Must call one of set*BlobStorage() first
I am trying to upload a file in GAE using the Blobstore API. I am getting the following exception when running the GAE server locally (dev mode):
WARNING:…

Brad
- 5,428
- 1
- 33
- 56
3
votes
1 answer
Error while generating client library in google app engine sdk - 1.9.6
I have update my eclipse app engine plugin version to 1.9.6 and its creating problem for me. Whenever i try to Generate Cloud endpoint client library at that time its throwing exception and library is not generated. I searched on this issue but no…

Zankhna
- 4,570
- 9
- 62
- 103
3
votes
2 answers
Google App Engine 1.3.1 JAR's in publicly available Maven repository?
Is anyone aware of a publicly available Maven repository that contains the Google App Engine 1.3.1 JAR's? I've been using the maven-gae-plugin repository, but it's not updated yet. It looks like the JAR's on the central Maven repository are even…

Taylor Leese
- 51,004
- 28
- 112
- 141
3
votes
1 answer
Maven GAE archetype not working
I'm trying to use google app engine for simple spring based application with maven. I have found that there is maven archetype avaible for that kind of web application (without spring, but this I can add on my own): Maven GAE.
So I used the…

PastorPL
- 968
- 3
- 17
- 36
3
votes
1 answer
How to download GAE logs using maven plugin?
I am using the maven gae plugin for my build and deploy of google appengine app (under windows). All works as expected.
However - I notice its also possible to download the GAE with the same pluggin. It looks to me like something like:
mvn…

nwaltham
- 2,067
- 1
- 22
- 40
2
votes
2 answers
Using maven-gae-plugin behind proxy
I'm using maven-gae-plugin 0.9.2 happily except one issue: it can not use proxy to connect to internet, and every time i call the run goal it will throw an exception:
INFO: Unable to access
…

Mike
- 3,515
- 10
- 44
- 67