GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

support Maven apps (web or simple jar projects) which have an app.yaml #46

Closed ludoch closed 8 years ago

ludoch commented 9 years ago

In this case, do not run the app staging process which generates the app.yaml. Should be done for run and deploy.

ludoch commented 9 years ago

This way, with the correct Dockerfile, we could support Spring Boot, or pure Jetty9 or Tomcat8 which do not require the staging phase which is specific to GAE V1 or V2. Further more, we could support Maven resources/resource definition in the Maven plugin pom configuration to get this app.yaml (and possible Dockerfile) for a project specific resources area in the source of the project

ludoch commented 8 years ago

Fixed.