Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't download artifact from remote repository

Tags:

maven-2

I'd like to specify some artifacts that SHOULD NOT be downloaded from a remote repository, even if they are present there. Is there any way to achieve this in maven2?

like image 326
mgv Avatar asked Dec 04 '22 14:12

mgv


1 Answers

Have you tried the offline mode?

mvn -o
like image 177
Valentin Jacquemin Avatar answered Jan 03 '23 09:01

Valentin Jacquemin