Java Reference
In-Depth Information
Listing 13.4. POM file to build a WAR
Maven will create the WAR module in the /target directory. The WAR module will contain
a WEB-INF/web.xml but no ejb-jar.xml. To include ejb-jar.xml, you can create /src/main/
webapp/WEB-INF/ejb-jar.xml. By putting it here, Maven will automatically include it
when the EJB-JAR module is built.
Using remote EJBs in WAR modules
Search WWH ::




Custom Search