> For some of my projects, it is not able to dowload the dependencies from > Nexus and gives below error. How do i force it?
Try mvn -U but realize the "No response received after 60000" means that you are having troubles connecting to the Nexus instance so this may not resolve the issue. Are you sure that Nexus is up and running on that machine and port? Does this happen for all your dependencies or just some of them? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
