Hey guys...Ive been trying to figure this out for a couple of hours now and just cant see the issue...
Below Ive added 5 pom.xml files that Ive fog...one Java Module, one EJB module, one Web module, One Enterprise Module and the master pom
Java Module
EJB Module
Web Module
Enterprise module
Master Pom
When I try and package everything the Java, EJB and Web modules work fine...however the Enterprise module fails with the error below
My file structure is
myMultiProjectArtifactId
--myJavaModule1
--myEJBModule1
--myWebApplicationModule1
--myEnterpriseApplicationModule
Im sure the problem is fairly simple but this is the first time Ive tried using maven this way and really am stumped..any help would be great!
Cheers
Kris