Srikanth Bhattiprolu wrote:
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
I'm guessing that it's related to the problems we're seeing with the
maven repos on the Eclipse web site, reported as Eclipse Bugzilla:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=136471
I tried to reproduce your problem by restarting with a fresh local maven
repos but I can't get through the issue with the Eclipse maven repos,
which is messing the maven metadata pretty bad. Do you have
common-2.2.0-SNAPSHOT.jar in your local maven repos?
--
Jean-Sebastien