If I create new Maven
project in Eclipse
and base it on quickstart archetype, it appears with J2SE-1.5
in Java Build Path
window and 1.5 in Java Compiler / JDK Compliance
window.
So, I usually have to change this to other Java manually.
Where are these default setting come from?
How to change to 1.6 or 1.7?