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]
