I stumbled across the create-property task in the gcloud-maven-plugin this morning and have been trying to get it to work.
However, whilst the property is available when filtering resources, i.e. it populates the appengine-web.xml properly, it does not seem to be available when running a deployment. I have the following set up:
If I hard code a version in the property it works fine, but for whatever reason the property generated by the create-property task isn't being seen when it gets to the deployment, and the deployment is just generating the version based off the timestamp.
I stumbled across the create-property task in the gcloud-maven-plugin this morning and have been trying to get it to work.
However, whilst the property is available when filtering resources, i.e. it populates the appengine-web.xml properly, it does not seem to be available when running a deployment. I have the following set up:
If I hard code a version in the property it works fine, but for whatever reason the property generated by the create-property task isn't being seen when it gets to the deployment, and the deployment is just generating the version based off the timestamp.