Reputation: 11
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
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