the gcloud-maven-plugin seems to not be updating the queue configuration. Given the answers in that thread, I'd assume this maven plugin is the proper place to address this limitation.
It could either run the command suggested in the thread
gcloud preview app deploy app.yaml queue.yaml
or a new goal could be added to just update the queue configuration.
As described here
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/google-appengine/Zb2mnxTDe5g/7a09BIe5EqAJ
the gcloud-maven-plugin seems to not be updating the queue configuration. Given the answers in that thread, I'd assume this maven plugin is the proper place to address this limitation.
It could either run the command suggested in the thread
gcloud preview app deploy app.yaml queue.yaml
or a new goal could be added to just update the queue configuration.
Best regards,