--- Michael Schuerig <[EMAIL PROTECTED]> wrote: > > I'd like to make some changes in a jakarta commons > subproject and > preferrably I'd do this in Eclipse. Now, apparently > Eclipse doesn't > like nested projects, just what Maven necessitates. > Is there a way to > make both tools happy at the same time?
I you use mevenide ( mevenide.codehaus.org ) and can work with nested projects. You have first to "maven multiproject:goal -Dgoal=eclipse" and then you can import subprojects one by one. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Plugins for xdoclet-2 are released. check it out at: http://www.sourceforge.net/projects/xdoclet-plugins/ ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
