With Maven
, we can achieve the similar effect of invalidating local dependency cache and download artifacts from repository by using following command.
mvn -U
With Maven
, we can achieve the similar effect of invalidating local dependency cache and download artifacts from repository by using following command.
mvn -U