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

Log that project ID and version in app's config files are ignored. #95

Closed ajkannan closed 8 years ago

ajkannan commented 8 years ago

The plugin uses the user's command line/pom.xml values for project ID and version. If those aren't specified, it uses the Cloud SDK default project for the project ID and the time of deployment as the version.

ludoch commented 8 years ago

LGTM