We manage our jars through ivy. Our project is dependant on Common.jar which ivy handles for us. This is all great and pulls the latest jar from the repository to the local repository.
However, our team want to make changes to Common.jar and test it against the project before committing. I would like to add Common.jar to our local classpath which will essentially override the ivy dependency in the local repository.
What is the best approach here? Should I add Common.jar to the lib directory and add to the build path?