I've gotten the project and submodules within eclipse by checking everything out to the filesystem then doing an Import --> Maven Project. A dialog should come up asking which modules to import into the workspace. The only issue I've found is eclipse can't handle the subversion configuration at the submodule level. I have to manually disconnect the parent module from subversion before connecting the children. I don't think that's a maven2 problem though.
- Chris -----Original Message----- From: Clifton [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 9:02 AM To: [email protected] Subject: Maven2Eclipse with multi-module projects? Hello all, I am a devoted IntelliJ Idea user with Eclipse experience trying to get my team acclimated with Maven. I'm having trouble sharing a multi-module Maven project with my Eclipse brethren through Subversion. In Idea I can merely check out the project root folder and everything just works. However I've noticed several issues in Eclipse all regarding the m2eclipse plugin. When I check out the project using either Subclipse or Subversive I get the option to check out as a Maven2 project. Checking out from root does not bring in the child projects as Maven2 enabled projects. If I checkout the projects individually the m2Eclipse plugin then proceeds to define a new pom for the project upon checking out. This completely hoses the build path and gets everybody confused as they have to manually redefine the pom and restore the dependencies. I've tried several attempts at checking out the project, all with no success. I've even tried the Q4E plug in which doesn't seem to allow me to configure an external Maven install or custom settings xml. What is the best practice for using Eclipse with a multi-module project? -- View this message in context: http://www.nabble.com/Maven2Eclipse-with-multi-module-projects--tp154342 61s177p15434261.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]
