Thanks Stefan, I don't use the eclipse plugin, but it makes no difference. So, if I understand you well, you have the structure recomended by Maven doc outside of Eclipse workspace and use Eclipse links to each fo the EAR/EJB/WAR subfolders? Are there any troubles with this setup?
Jan > Hi Jan, > > running the maven eclipse plugin, you won't get any project file for the > top level (myProject / pom.xml). > Also, I recomment using a workspace location different from where you keep > your source code (using eclipse's import existing project feature) > > HTHAB, > > Stefan > > news <[EMAIL PROTECTED]> skrev 09.08.2006 14:05:26: > > > 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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
