I'm facing kind of the same issue as explained in Multiple versions of the same multi-modules maven project under eclipse except i'm in the need of having two checkouts of the same version:
- The snapshot that i'm currently working on for a major feature (with multiple modifications)
- That same snapshot to add some quick fixes of bugs i've found while working on that major feature.
The problem is that eclipse doesn't seem to pick the right workspace-resolved artifacts for either of the projects. One option i've found to force it to pick the right one is to close the other one. But I'd like to have both open so i can play with one or the other.
I could also do this in two different workspaces but that would mean having two instances of eclipse openened. I'd rather use that as a last resort.
Thanks