My project depends on a module in my private repository, but when somebody changes the module and deploys my local project, I can not update the dependency. But, if the module is local, when I change it and install my local project I get the latest dependency.
What I want to know is how does maven judge that a module or jar in private repository is changed or not and a dependency with the same version needs to be update?
I hope my broken English is clear enough.