Hi, The flat directory is recommended for J2EE projects:
myProject / pom.xml | |-- EAR / pom.xml | |-- EJB / pom.xml | |-- WEB / pom.xml This structure is not entirely "flat" because of the root myProject / pom.xml. It is not clear to me how this structure fits into Eclipse workspace. Do you have the "myProject / pom.xml" in the root folder of Eclipse workspace and each EAR/EJB/WEB as eclipse projects? It seems to me that this shold work better with Eclipse: EclipseWorkspace | |-- myProject.EAR / pom.xml | |-- myProject.EJB / pom.xml | |-- myProject.WEB / pom.xml | |-- myProject.main / pom.xml (this is the parent POM) Thanks, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
