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

I would have hoped that the tycho configurator would have used the information from the MANIFEST to feed this information.

On 15-10-26 10:28 AM, Max Rydahl Andersen wrote:

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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top