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