Multi moduls Help

2005-11-23 Thread raghurajan . x . gurunathanv
Hi all i Have Multi module as kuje EAR Module | - - - EJBs | - - - pom.xml | - - - Webapp |- - - pom.xml | - - pom.xml So i have to construct a ear at the top which includes both ejb and webapp modules. so i included following in EAR Module pom.xml

Re: Multi moduls Help

2005-11-23 Thread Allan Ramirez
I think you have to make another sub project for EAR module that its packaging is ear and make EJBs and Webapp as its dependencies. EAR Module +-- EJBs | +-- pom.xml +-- Webapp | +-- pom.xml +-- EAR | +--pom.xml (with a packaging of ear) +-- pom.xml| regards, -allan [EMAIL