I have two projects in eclipse:
- Structure
- : A shared library used in several projects.
- client: a project that uses
framework .
client quite large, perhaps more than the framework . I use client as a kind of test device for the framework . I want to make some changes to the framework and test them in client . Currently, I have to complete the build of the framework , install it in the maven repository, and then rebuild the client .
Is there a way to simply client point to the framework directly on my local drive? Any other hints of development in such a situation (i.e. the best way)?
User1 source share