Nicolas, thanks, that explains it, then. My Maven projects are managed using one of the Maven Eclipse plugins (I didn't even know IvyDE could be used in that way). I guess I'll experiment a bit with IvyDE containers on those projects, but more likely I'll end up managing the inter-project dependencies myself.
Thanks! Philipp 2009/12/19 Nicolas Lalevée <[email protected]> > Does your maven project is managed by the M2Eclipse plugin or IvyDE ? > The workspace resolver will only work on projects that are managed by > IvyDE. More precisely, it will search for every Java project which has an > IvyDE dependency container configured. For instance it could work with an > M2Eclipse project which have also the Java nature, and in which there is a > IvyDE container; but this probably would make a classpath hell... > > Nicolas > >
