While I know that mvn install -U
is for update-snapshots and that it updates everything from the remote repository as seen from the build logs, I am not able to understand which part would it force update. Because it is my understanding that even mvn install
would pick things from the remote repository even when it is present in the local repository (except is cases when the internal timer used by maven to update the snapshot expires).
Is the above description accurate or have I misunderstood the use of update-snapshots?