I have one project that depends on another project that depends on a third project, all of which are Spring projects, and the top level project looks for a bean ID defined in the bottom level project. The Spring plugin tells me the depends-on bean is not found, because apparently it cannot resolve these transitive dependencies.
If the Spring plugin could recurse the spring context xml files of dependent projects this would not be a problem.