Hi all,
I'm using eclipse maven (m2) plugin. I have a maven project which has a parent 
maven project and another maven project. But when I  enable the work space 
resolution and run the project, I am getting a run time error that it cannot 
find the other dependent classes in other maven projects. So I have to disable 
the work space resolution to run the project (so it will copy the jars in to my 
lib). But when I need to debug, it is not possible as I cannot jump in to the 
code of other maven projects (or even to the parent project). How to solve this 
issue? Why the "enable work space resolution" does not work properly? Thanks in 
advance.


Reply via email to