Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Maven/Tycho dependencies not available in IDE/PDE


Due to the heavy-handed changes made by the Configure > Convert to Maven Project process, I had removed some of the created configuration files.
Most obnoxious was Maven's insistence to reset the project to Java 1.5
(please, just leave it alone!).

If you don't want it to Java 1.5 then make sure your pom.xml actually
say so by specifying the exact java version you target. Maven defaults to Java 5,
so m2e is just letting you know!

See: http://stackoverflow.com/questions/3539139/what-causes-a-new-maven-project-in-eclipse-to-use-java-1-5-instead-of-java-1-6-b

/max


Back to the top