views:

41

answers:

1

Can somebody tell me how can I create an Seam project for Intellij IDEA? I tried with Maven, but I do not have any success running it after and the plugin for Seam project in IDEA is rather old. Thanks

+2  A: 

Create a Seam project from Maven and then open the project from IDEA. If you have a Seam framework support right click on the project's root and 'Add framework support...'

Boris Pavlović