In the command line help, I see that maven \"checks\" for updates:
-U,--update-snapshots Forces a check for updated
It's important to add that executing mvn -U will override your local SNAPSHOT jars with remote SNAPSHOT jars.
mvn -U
Without -U argument, local SNAPSHOTS won't be override.
-U