hi, after checkout the appfuse project from svn,i try to study it with eclipse,
i try to generate .project for each module and import.but this cause a flat structure, which i cant see the pom of parent project. Then,i generate a .project file only in the parent's root directory,but in this situation,each module loose the m2eclipse support seems like general file inside the parent project. my question is: 1-flat structure: how to see the pom.xml of parent module? 2-deep structure: hwo to add project property to all submodules? thank you ! btw: bellow is offical instruction to import multimodule maven project to eclipse: create a new workspace with Eclipse 3.3 and WTP 2.0 define the M2_REPO variable in Eclipse extract the example project somewhere start 'mvn eclipse:eclipse install' from the command-line in the root project (j2ee-simple) use the Multi Project Import/Export Plugin to import all the modules into Eclipse define your favorite application server in the WTP Server view add and publish the project to the server start the server open your browser to http://localhost:8080/servlet/hello your maven project is up and running as a eclipse / wtp project the MultiProject Import/Export Plugin mentioned hasn't update for a long time, does it still useful for eclipse 3.2/3.3? oliver.appfuse 2008-05-01