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

FR: mvn gcloud should have tighter integration with both Google Source Repositories & Cloud Debugger #50

Open lesv opened 8 years ago

lesv commented 8 years ago

Cloud Debugger needs the source files, and it should be the latest checkin's to Google Source Repositories. It also needs:

gcloud preview app gen-repo-info-file --output-file=target/project-1.0-SNAPSHOT/WEB-INF/classes/source-context.json

Just before you build to mark the files correctly. The maven plugin should do this for us.

@ludoch keithsm@