I am developing an application for Google App Engine with the IDE Intellij IDEA , when starting the new project this IDE allows the creation of an App Engine application with the structure by defect.
At the end of the creation it does not have the characteristic pom.xml of the Maven projects and I need to do the version control for the tools that I will use in my project.
The question is:
How can I add it?