My java App Engine Managed VMs build doesn't deploy after 4/14/2015 update
My java App Engine Managed VMs build doesn't deploy any more using gcloud preview app deploy target/myapp-SNAPSHOT I get this: ERROR: Found no valid App Engine configuration files in directory The usage of gcloud preview app deploy changed in our gcloud 2015.04.14 release, you now have to specify the .yaml file for your module as well as --project projectID . The documentation should be updated shortly. For Java, we've released an updated maven plugin. In your pom.xml, please add the following: <plugin> <groupId>com.google.appengine</groupId> <artifactId>gcloud-maven-plugin</artifactId>