Hi, the maven-eclipse-plugin has page explaining how to import multi-module projects into an WTP2.0 eclipse (http://maven.apache.org/plugins/maven-eclipse-plugin/examples/multi-module-projects.html).
The page refers to a sample project (http://maven.apache.org/plugins/maven-eclipse-plugin/examples/j2ee-simple.tar.gz). I thought it should be possible to directly import the multiple modules into an eclipse workspace using the latest m2eclipse. I have only partial success. All modules appear as eclipse projects but the poms with packaging set to war do not yield a web-project when importing these modules via File->Import->Maven projects. Seems to me this should work considering I can get the correct/desired result via mvn eclipse:eclipse followed by importing via the Multi Project Import/Export Plugin mentioned on the page. The reason I want to import via m2eclipse is that it gives us resource filtering while the import via Multi Project Import/Export Plugin does not. Any suggestions? Thanks. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
