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?
Using eclipse 3.5, when I create a new maven project, m2eclipse automatically adds J2SE1.4
Share
It should follow the
maven-compiler-pluginconfiguration:(even if, as mentioned in this thread, it won’t work for aspect-j)
This thread reminds us about the difference between m2eclipse within eclipse, and a maven script:
So: