On Thursday 27 April 2006 13:20, Sebastien Cesbron wrote: > I have a multi module project like this > > moduleA depends on module B with scope provided > moduleB depends on module C with scope provided > > I have a parent module. When I use the goal eclipse:eclipse on my > module A, it creates a dependency on module C jar : ok. > When I use the same goal on my parent module, it does not create a > dependency between project A and project C : this does not seems to be > ok.
AFAIK when executed on the parent project the eclipse plugin should generate: - a project for A, with a dependency to the C project - a project for C You have to import both projects into eclipse and to have C opened when working on A. Hope this helps - Giorgio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
