Here's what I've had to do: 1. make sure your project is not nested (ie: your parent project is parrellel to your children projects) 2. mount each module into eclipse as a separate project. 3. run maven multiproject:goal -Dgoal=eclipse to generate the .classpath and .project files.
It's not as nice as having only one project in eclipse, but it works fairly well. Ryan -----Original Message----- From: Warner Onstine [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 4:51 PM To: Maven List Subject: eclipse plugin and multiproject What would it take to get the Eclipse plug-in to work with multiproject? What I would like to do is to be able to generate the classpath and include all the jars and src directories from the subprojects. Is this possible with the Eclipse plugin? Thanks, Warner --------------------------------------------------------------------- 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]
