user2684975
user2684975

Reputation:

How to create maven web application using intellij IDEA 12?

Can you explain me What steps I can make for creating maven web application using idea 12?

Upvotes: 6

Views: 13902

Answers (1)

mebada
mebada

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

Related Questions