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.
