Hi all, Good to see all these changes in Maven 2. I use Maven since a long time and actually in a big J2EE project producing a lot of different artifacts with multi-project. We use Eclipse 3 as IDE and the maven-eclipse-plugin to create .project and .classpath files. This works fine for us and thanks to Maven we do not depend to a special IDE.
Now I read in the Getting Started section of the new Maven 2 documentation in Subsection Multiple Modules the new plans for creating multiple modules. I want to ask, is the new directory structure configurable? +- pom.xml +- my-app | +- pom.xml +- my-webapp | +- pom.xml I saw this new structure in Vincent Massol's ppt presentations and examples and now in Maven 2 (but not in Cargo ;-). I'm interested because the pitfall with Eclipse is that this kind of directory structure is not supported. The classpath and build properties in Eclipse 3 are only on the project level configurable and not on directories. This means one artifact in Maven is one Project in Eclipe and must reside in the same directory like: +- my-root | +- pom.xml +- my-app | +- pom.xml +- my-webapp | +- pom.xml So my question? Is this directory structure for Eclipse in Maven 2 possible? Thanks! yo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]