Maven plugin for Google App Engine.
Questions tagged [maven-gae-plugin]
56 questions
2
votes
3 answers
Error with Maven GAE Plugin + Google Cloud SQL
Here's my plugin configuration:
net.kindleit
maven-gae-plugin
0.7.3
…

Fabio B.
- 9,138
- 25
- 105
- 177
2
votes
1 answer
maven-gae-plugin, how to package my classes as a JAR?
Apparently its much more efficient to package your own classes and resources as a JAR inside the AppEngine WAR file generateed by the maven-gae-plugin.
How do I do this? I tried setting true in the config for the…

Tim Niblett
- 1,187
- 7
- 8
2
votes
1 answer
Maven GAE/Datanucleus uncertainties
I been spending some time today, trying to produce my first maven managed Google app engine 1.5.4 + GWT 2.4.0 build.
I'm finally at a stage where everything compiles, and the gae:run goal works. Which was more work that I had imagines, but hey, its…

JustDanyul
- 13,813
- 7
- 53
- 71
2
votes
2 answers
mvn appengine:update will not deploy due to permissions error
I am trying to deploy a basic app engine web app with maven.
As a part of the deployment process, I am required to authenticate via a web browser.
I am using 2 different google accounts. 1 for home. 1 for work. When maven opened up the browser tab…

Alex Ryan
- 3,719
- 5
- 25
- 41
2
votes
1 answer
How do you run the maven-gae-plugin "mvn gae:run" command from inside Eclipse?
From the command line, the maven-gae-plugin can be run by calling:
mvn gae:run
I am working in a Maven project with a POM file that declares the use of the maven-gae-plugin.
I can run this maven command from the command-line in Windows. But, after…

Chris Collins
- 3,440
- 5
- 27
- 24
2
votes
2 answers
Google App Engine 1.3.1 Issue
I attempted to add an section to my appengine-web.xml and I got the exception below. The element is a valid element according to the appengine-web.xsd. It's also documented in the app engine docs. Any ideas as to what…

Taylor Leese
- 51,004
- 28
- 112
- 141
2
votes
0 answers
Generate Google Cloud Endpoint Lib Failure with SocketTimeoutException: Read timed out
Google app engine sdk version is 1.8.9
Google Plugin for Eclipse with https://dl.google.com/eclipse/plugin/4.3
OS version is windows 7 x64
Language is English
Try to use the eclipse 4.3 to create the Guestbook sample as…

zhonglin
- 69
- 6
2
votes
1 answer
Explanation of configuration tags for GAE Apache Maven plugin
The documentation for Google's official GAE Apache Maven plugin (https://developers.google.com/appengine/docs/java/tools/maven) is quite incomplete. My current issue is that they do not explain the meaning of the following tags, as listed under…

ecbrodie
- 11,246
- 21
- 71
- 120
2
votes
1 answer
maven build lifecycle for appengine:update
When I run mvn appengine:update on my Maven Java project, other goals from the Maven build lifecycle are executed in addition to just deploying a Google App Engine app. For example, running mvn appengine:update will spin off copy-resources and…

ecbrodie
- 11,246
- 21
- 71
- 120
2
votes
0 answers
gae:run has no errors but accessing the app or admin console ends up in 404 not found
I'm trying to run a jsf project on the app engine development server.
I'm using Eclipse Juno, maven-gae-plugin 0.9.5, jsf 2.1 and gae-jdk 1.7.3 on Windows 7 with jdk 1.6.32.
What I did so far (amongst others, but this try was the most successful,…

user1145874
- 959
- 3
- 13
- 21
2
votes
0 answers
Maven gae plugin and hot redeploy
Im working with maven-gae-plugin-0.9.4.jar.
I have a problem with hot redeploy while developping, in the local server.
I run mvn gae:run to start the server. I'll try to configure the plugin with a scanIntervalSeconds, as i can do in the…

Alejandro González
- 638
- 1
- 8
- 17
1
vote
1 answer
Trouble while executing gae:run using gae maven plugin
When I run gae:run it successfully build jar and start server.
But it looks like server is started not fully, because I can't go to requested page.
When I start server using IDE (not maven gae plugin) with war that is created by maven gae plugin it…

Deplake
- 865
- 2
- 9
- 22
1
vote
1 answer
unpack war file after maven clean package
I use maven-assembly-plugin to create a war file under [app-root]/target/my-project-war. How do I unpack this war file so it becomes a folder under application root like [app-root]/war?
The reason I want the war folder instead of target/**.war is…

angelokh
- 9,426
- 9
- 69
- 139
1
vote
2 answers
ClassNotFoundException: com.google.appengine.tools.development.DevAppServerMain
I've set up an application skeleton in Google App Engine using Spring Roo 1.1.5, that uses maven-gae-plugin. I've changed maven-gae-plugin version to 0.9.2 and a few other versions in the resulting…

stivlo
- 83,644
- 31
- 142
- 199
1
vote
2 answers
Build trigger for Spring Boot application on Google Cloud App Engine
I'm attempting to achieve automatic build and deployment on the Google Cloud Platform using build triggers with Google App Engine. The build is currently triggered when I push to the master branch of my linked Github repository.
The application is a…

Lars Erik Storbukås
- 188
- 15