I've been facing this error fro quite a while now. Without being able to trace it back in time precisely, I feel it dates back from the switch to maven3.
Here's what happens:
- I deploy artifact-SNAPSHOT from a server to an Artifactory instance
- I force snapshot update on my local project that depends on artifact-SNAPSHOT
it doesn't work, I may get compilation error that shows the artifact-SNAPSHOT isn't the lastest one.
I have to either delete the local repo version of artifact-SNAPSHOT or get the lastest source and do a local 'mvn install' of artifact-SNAPSHOT.
Anyone facing the problem? Is it a known bug? If not, what could I check to understand exactly what happens?
cheers