You can specify in your maven settings file that you want to run in offline mode, but is there an equivalent command line option?
I would imagine something like e.g
Specify offline mode via -o/--offline:
-o
--offline
mvn -o install
Maven book reference