Hi!
I'm having an issue with maven I can't figure out.
I have two local projects, project1 and project2. Project1 has project2 as a dependecy as you would have any dependecy in maven declared. Everytime I make a change in project2 I have to install it into the local repository and run mvn eclipse:eclipse on project1 to get it up to date. When i debug project1 (in eclipse) and hit project2 code, the source is not avaliable (of course, unless I install with sources).
So what I want is project1 to know that project2 is a local project so that I don't have to install project2 every time I make a change. Is this possible? How is it done?
Thanks!
/S