How to add Maven support to App Engine

1

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?

    
asked by Max Sandoval 25.05.2016 в 18:24
source

1 answer

0

Select the root of your project and click on Add Framework Support there, select maven and that's it, your pom.xml is automatically created.

    
answered by 25.05.2016 / 18:25
source