How to force re-download project Maven dependencies
| Feb 26, 2019In Maven, you can use Apache Maven Dependency Plugin, goal dependency:purge-local-repository to remove the project dependencies from the local repository, and re-download it again with the following command:
Read More →