Big Man Chen
Big Man Chen

Reputation: 11

Where to download a whole set of maven repository jar files?

Because my repository misses some jar files. I want to redownload the whole repository again. where can I download it? Like this: Maven Repository

Upvotes: 1

Views: 304

Answers (1)

Jiho
Jiho

Reputation: 348

I'm not sure what you mean..
As upper comment says, maven will automatically download the dependent jar files once if you had described in pom.xml.

Or.. if you want to force re-download the whole jar files,
then just remove folders in .m2/repository/ and re-update or build mvn project again.

Upvotes: 3

Related Questions