Project 1: Foo Project 2: Bar
If Foo depends on Bar, and both are in Maven, how do you work on Bar and Foo, so that if you need to make a small tweak in Bar, in order to fix something in Foo you can make that change to Bar and then run Foo and see that change?
Right now I have the Maven dependency, but I feel like deploying to maven and incrementing the snapshot for small changes in a currently unreleased project seems a bit wrong, how do you work on two maven projects at the same time, and ensure that a change to a dependency is immediately available to the project that is dependent?