It's not possible, I think. Eclipse doesn't support the logic of modules. You'll have 3 projects in eclipse. The problem is that you'll not have the parent pom.
Arnaud On Dec 12, 2007 11:46 PM, cailie <[EMAIL PROTECTED]> wrote: > > I have a parent project (POM packaging) with that has 3 modules: EJB, WAR, > and EAR > > So the folder structure is like this: > > POM Project Folder > -- EAR Project Folder > -- EJB Project Folder > -- WAR Project Folder > > I am using Eclipse, and I would like to import the parent project, and > have > it recognized by Eclipse as one big happy Java project. Right now, if I > edit > any of the Java files from within the parent project, I get the usual > "This > compilation unit is not on the build path of a Java project". My > workaround > is to open up the EJB and WAR modules as separate Java projects. > > Does anybody have advice on how to configure this multi-module project > such > that Eclipse recognizes it as a Java project? > > > > > > > -- > View this message in context: > http://www.nabble.com/eclipse-projects-%2B-multiple-modules-tp14305809s177p14305809.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- .......................................................... Arnaud HERITIER .......................................................... OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .......................................................... ASF - aheritier AT apache DOT org www.apache.org | maven.apache.org ...........................................................
