faresd / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

Goal for dispatch.xml #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want to be able to update the dispatch.xml from a maven goal, one similar to 
update_indexes

When i deploy i get:
Skipping dispatch.xml - consider running "appcfg.sh update_dispatch <war-dir>"

I am using version 1.9.0 of the maven plugin

Original issue reported on code.google.com by bogdan.n...@cbn-it.ro on 3 Mar 2014 at 2:05

GoogleCodeExporter commented 8 years ago
Does I understand right that it's impossible to use  dispatch.xml with maven 
plugin?

Are there any workarounds? 

Thanks!

Original comment by Goodcata...@gmail.com on 6 Mar 2014 at 9:06

GoogleCodeExporter commented 8 years ago
You can use it, but you can't deploy it from the maven plugin.
At the moment you have to go into the console and type that command in order to 
deploy the dispatch.xml file to app engine. It's not a complicated goal to 
define, you just copy-paste the goal: update_indexes and change the command 
that it does.

Original comment by bogdan.n...@cbn-it.ro on 6 Mar 2014 at 9:28

GoogleCodeExporter commented 8 years ago
Will be in the 1.9.4 release

Original comment by l...@google.com on 28 Apr 2014 at 2:16