I'm working on a GAE/Java app, and today I read about using app.yaml, queue.yaml, etc. to more simply specify values to go into web.xml, appengine-web.xml. Previously I have been building those .xml files myself by hand.
So, I created an app.yaml and a queue.yaml. Now, how do I hook them into my build (both Eclipse and maven) so that they generate the correct .xml output files?