On Fri, May 29, 2009 at 3:55 PM, kelvin goodson <[email protected]> wrote: > One thing I'd like to be able to do, in order that I can create local > eclipse bookmarks into the SCA source, is to set up my eclipse > environment to use inter project dependencies where possible, rather > than maven local repo dependencies. As it stands I can attach source > to jars so that I can debug and navigate around the source, but > bookmarks can't be made when the source is viewed via such an > attachment. I'd only have dependencies on artifacts in my local repo > if I didn't have the source project. My investigations suggest that > the maven eclipse plugin won't do this. Is there a way other than > manually tweaking the build path of each project to achieve this state > does anyone know? > > Kelvin. >
If i understand correctly what you're asking then it depends where you run "mvn eclipse:eclipse" from. If its just within a sinlge module you do get the jar dependencies, but if you run it from higher up then all the projects below that do use inter project dependencies. So if you run mvn eclipse:eclipse in the modules directory all the modules use the other module projects. If you run want it from within an itest you'd need to run mvn eclipse:eclipse from the top tuscany folder. ...ant
