Am seeing some issues where the classpath that gets generated after running mvn eclipse:eclipse is getting set to a wierd path:
<classpathentry kind="var" path="M2_REPO/org/eclipse/emf/common/2.2.0-I200602160000/common- 2.2.0-I200602160000.jar"/> instead of ... <classpathentry kind="var" path="M2_REPO/org/eclipse/emf/common/2.2.0-I200602160000/common- 2.2.0-SNAPSHOT.jar"/> I checked the pom.xml files and they all seem to have the correct value of "SNAPSHOT" for the version. Any particular reason why the classpath is getting generated in a wrong way. Srikanth
