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


I got the project in an interesting bundle. This is a project in Netbeans in which there is a JavaEE project (EJB+JSF) these are two sub-projects. That is, I open the project and see the main project in which there is nothing, only two subprojects. EJB and WAR (JSF). The build is done on ANT. And the server on which to spin GlassFis 4.1

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

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

Author: PashaPash, 2015-10-07

2 answers

create new project -> maven и все

Then you write groupId, and artifactId, then you create 2 modules

 1
Author: Aslan Kussein, 2015-10-07 05:50:12

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

 0
Author: azamat7r, 2016-10-21 17:11:40