I try mvn appengine:deploy but receive
ERROR: (gcloud.app.deploy) Cannot upload file [my-file], which has size [40375610] (greater than maximum allowed size of [33
I hope that 35M is not all Java code! I suspect you have a lot of static files. If so, you can upload these to GCloud Storage and server them from there instead.