[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[m2e-users] Compiler version weirdness
|
- From: David Balažic <david.balazic@xxxxxxxxxxxx>
- Date: Wed, 3 Nov 2010 17:27:49 +0100
- Delivered-to: m2e-users@eclipse.org
- Thread-index: Act7dA4X+F7pllLzRYy30BmDXi3+qA==
- Thread-topic: Compiler version weirdness
Hi!
I use Eclipse Java EE Helios SR-1
and m2eclipse items:
- feature 0.10.2
- subclipse.feature 0.10.0
- scm.feature 0.10.0
- wtp.feature 0.11.0.20101024-0955
I created a new maven project and noticed that the Eclipse classpath and compiler versions
are set to 1.4.
This page* says:
the default source setting is 1.5 and the default target setting is 1.
So I wonder why does m2eclipse configure 1.4 in the Eclipse project.
* - http://maven.apache.org/plugins/maven-compiler-plugin/
David Balažic