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

mvn gcloud:deploy does not use local workspace config #37

Closed ludoch closed 9 years ago

ludoch commented 9 years ago

Make sure that the gcloud configuration from the current directory makes it into the staging directory, so that when gcloud is called from there it uses the configuration that I am expecting.

See the order via gcloud help config set The precedence order is Workspace (based on current working directory) > User (from the user's home directory) > Installation.

ludoch commented 9 years ago

Solution is to delegate entirely to the gcloud command the calculation of the project name

ludoch commented 9 years ago

fixed in https://github.com/GoogleCloudPlatform/gcloud-maven-plugin/commit/f834c7b7310d322da8d180a3fa9e9d038a15eb70