The appengine-modules-sample-java contains the file appengine-modules-ear/src/main/application/META-INF/maven-application.xml.
What is maven-application.xml for?
What part of the appengine-modules-sample-java sample refers to maven-application.xml or is it a conventional file that's looked for by the build system or runtime system?
If it's a convention, where is its specification?
Is maven-application.xml redundant with appengine-modules-ear/src/main/application/META-INF/application.xml?
If application.xml is required for Google modules, why is the following warning in appengine-modules-ear/src/main/application/META-INF/application.xml?
This is the application.xml file intended for use with gradle, if you find it in your maven project, then that's a problem most likely.
- Possibly related to question 5: why are there both maven and gradle configuration files in one project? Don't they both automate building?
Thanks for your help.