Reputation:
Can you explain me What steps I can make for creating maven web application using idea 12?
Upvotes: 6
Views: 13902
Reputation: 2378
idea simply is a web application. you can use web archetype and regular maven dependencies mechanism check this tutorial http://wiki.jetbrains.net/intellij/Creating_and_importing_Maven_projects
Upvotes: 3