I got the project in an interesting bundle. This is a project in Netbeans in which there is a JavaEE project (EJB + JSF) that is two for a project. Ie I open the project and see the main project in which there is nothing, only two subprojects. EJB and WAR (JSF). Assembly is carried out on ANT. And the server on which to spin GlassFis 4.1

I want to redo all this on Intellij IDEA + maven server to leave GlassFis 4.1, but when I try to create a project into ideas, I only see ANT templates.

The question of how to create a project on maven in JavaEE ideas in which there will be two EJB and JSF projects (.WAR)

    2 answers 2

    create new project -> maven и все 

    then you write GroupID, and ArtifactId then you create 2 modules

    • did so. The module for EJB is normal, but for WAR you need it to be a web project. B and I did it, but now I can not put together a project - Pavel
    • if you want some kind of module to be WAR

    Install NetBeans (with Maven plugin), it will automatically create projects for you.