Hi all, Assume project A depends on lib1.jar. When I build project A, first time it will go to get the latest lib1.jar. After that, it only tries so if last check was 1 day ago or more.
Is there any way to force the build to check out latest lib1.jar? I saw mvn command line has an option --update-snapshots, and tried it. However, on screen, I don't see any hint that Maven try to connect to repository and pull the latest lib1.jar. Your help is highly appreciated! Stan
