force maven to re-download repository jar / dependencies


This happens alot in maven development. Somehow your repository has lost your .jar files and all you get is .lastupdate. To force it to redownload all these dependencies, you need to run the following command :-

 mvn dependency:purge-local-repository

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm