m2eclipse sets JDK compliance to 1.4

Posted by jihedamine on Stack Overflow See other posts from Stack Overflow or by jihedamine
Published on 2010-06-13T14:50:40Z Indexed on 2010/06/13 14:52 UTC
Read the original article Hit count: 233

Filed under:
|
|

Using eclipse 3.5, when I create a new maven project, m2eclipse automatically adds J2SE1.4 to libraries and Compiler Compliance Level to 1.4 (Project properties > Java Compiler). My JRE system library is 1.6 and my default compiler compliance level is 1.6. I don't even have 1.4 installed. Can I make m2eclipse use my default settings and prevent it from modifying project settings?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about maven-2