Hello, Is there a way to show how maven gets all dependencies for a given project? I've been trying all kinds of methods, such as "-X" option, "help:effective-pom" and "dependency" plug-in but it didn't reveal why my project was still trying to resolve a "stale" parent pom artifact ... Does maven cache artifacts somewhere?
Thanks Yan