2010/11/19 KARR, DAVID (ATTSI) <[email protected]>: > Related to this, is it possible to have a single project that constructs > both an EAR and a WAR inside the EAR? The few examples I can find all > have a parent project for the EAR and a subproject for the WAR. Is that > partially why I'm having problems with this?
No, you need to have a POM project with an EAR module, a WAR module, and an EJB module. Take a look at this archetype: http://code.google.com/p/javaee5-maven-archetype/ Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
