On Tue, September 4, 2007 5:08 pm, Brian Smith wrote: > Has anyone come up with a decent way to setup a project in Eclipse that > will support a multi-module project?
I normally set up the project in maven, then run "mvn eclipse:eclipse", and then use "import existing project into workspace". Let maven do all the work, not eclipse. (We use this method to set up a set of multi-module projects, including one multi-module project with an eclipse plugin in it, the fun) Regards, Graham -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
