Hi everybody,
I’m using Maven 2 for my dependency management and when I change the version of a dependency in my pom.xml from 3.4.12 to 3.4.13-SNAPSHOT, MyEclipse tries to look for the project with the name “MyProjetcName 3.4.13-SNAPSHOT” in my workspace, and it obviously fails to find it.
Does anyone know how I can make it look for just the project’s name, and ignore the version?
I’m using MyEclipse 9, by the way. My colleague uses MyEclipse 8 and it works fine for him.
Thanks in advance.
Henrique Ordine